index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfd
Linus Torvalds
2014-01-21
106
-653
/
+2343
|
\
|
*
mfd: wm5110: Add register patch for rev D chip
Charles Keepax
2014-01-21
1
-1
/
+29
|
*
mfd: omap-usb-tll: Don't hold lock during pm_runtime_get/put_sync()
Roger Quadros
2014-01-21
1
-24
/
+12
|
*
gpio: lp3943: Remove redundant of_match_ptr helper
Sachin Kamat
2014-01-21
1
-1
/
+1
|
*
mfd: sta2x11-mfd: Use named constants for pci_power_t values
Julia Lawall
2014-01-21
1
-1
/
+1
|
*
Documentation: mfd: Fix LDO index in s2mps11.txt
Sachin Kamat
2014-01-21
1
-1
/
+1
|
*
mfd: Cleanup mfd-mcp-sa11x0.h header
Sachin Kamat
2014-01-21
1
-4
/
+2
|
*
mfd: max8997: Use "IS_ENABLED(CONFIG_OF)" for DT code.
Manish Badarkhe
2014-01-21
1
-12
/
+2
|
*
mfd: twl6030: Fix endianness problem in IRQ handler
Danke Xie
2014-01-21
1
-3
/
+5
|
*
mfd: sec-core: Add cells for S5M8767-clocks
Tushar Behera
2014-01-21
1
-1
/
+3
|
*
mfd: max14577: Remove redundant of_match_ptr helper
Sachin Kamat
2014-01-21
1
-1
/
+1
|
*
mfd: twl6040: Fix sparse non static symbol warning
Wei Yongjun
2014-01-21
1
-1
/
+1
|
*
mfd: Revert "mfd: Always assign of_node in mfd_add_device()"
Lee Jones
2014-01-21
1
-2
/
+0
|
*
mfd: rtsx: Fix sparse non static symbol warning
Wei Yongjun
2014-01-21
1
-1
/
+1
|
*
mfd: max77693: Set proper maximum register for MUIC regmap
Krzysztof Kozlowski
2014-01-21
1
-1
/
+7
|
*
mfd: max77686: Fix regmap resource leak on driver remove
Krzysztof Kozlowski
2014-01-21
1
-1
/
+1
|
*
mfd: Represent correct filenames in file headers
Laszlo Papp
2014-01-21
3
-3
/
+3
|
*
mfd: rtsx: Add support for card reader rtl8402
Micky Ching
2014-01-21
3
-4
/
+46
|
*
mfd: rtsx: Add set pull control macro and simplify rtl8411
Micky Ching
2014-01-21
2
-40
/
+21
|
*
mfd: max8997: Enforce mfd_add_devices() return value check
Laszlo Papp
2014-01-21
1
-4
/
+5
|
*
mfd: mc13xxx: Simplify probe() & remove()
Alexander Shiyan
2014-01-21
4
-50
/
+29
|
*
mfd: mc13xxx: Remove useless symbol MFD_MC13783
Alexander Shiyan
2014-01-21
5
-8
/
+4
|
*
mfd: mc13xxx: Remove duplicate mc13xxx_get_flags() declaration
Alexander Shiyan
2014-01-21
1
-2
/
+0
|
*
mfd: ssbi: Mark match table const
Stephen Boyd
2014-01-21
1
-1
/
+1
|
*
mfd: ssbi: Constify buffer in ssbi_write
Stephen Boyd
2014-01-21
2
-5
/
+5
|
*
mfd: ssbi: Remove platform data structs and hide ssbi type enum
Stephen Boyd
2014-01-21
2
-16
/
+7
|
*
mfd: Always assign of_node in mfd_add_device()
Stephen Warren
2014-01-21
1
-0
/
+2
|
*
mfd: cros ec: spi: Add delay for raising CS
Rhyland Klein
2014-01-21
2
-0
/
+38
|
*
mfd: cros ec: spi: Use 0 instead of '\0' consistently
Thierry Reding
2014-01-21
1
-3
/
+3
|
*
mfd: cros ec: spi: Depend on OF
Thierry Reding
2014-01-21
1
-1
/
+1
|
*
mfd: cros ec: spi: Use correct module license
Thierry Reding
2014-01-21
1
-1
/
+1
|
*
mfd: sec-core: Fix sparse NULL pointer warning
Wei Yongjun
2014-01-21
1
-1
/
+1
|
*
mfd: sta2x11-mfd: Fix return value check in sta2x11_mfd_platform_probe()
Wei Yongjun
2014-01-21
1
-1
/
+1
|
*
mfd: mc13xxx: Remove redundant checks
Alexander Shiyan
2014-01-21
1
-4
/
+1
|
*
regulator: tps6586x: Add and use correct voltage table
Stefan Agner
2014-01-21
2
-21
/
+76
|
*
mfd: tps6586x: Add version detection
Stefan Agner
2014-01-21
2
-8
/
+49
|
*
pwm: Add LP3943 PWM driver
Milo Kim
2014-01-21
3
-0
/
+325
|
*
mfd: Add LP3943 MFD driver
Milo Kim
2014-01-21
4
-0
/
+293
|
*
gpio: add LP3943 I2C GPIO expander driver
Milo Kim
2014-01-21
3
-0
/
+251
|
*
Documentation: Add LP3943 DT bindings and document
Milo Kim
2014-01-21
3
-0
/
+128
|
*
mfd: max14577: Cleanup an error message
Dan Carpenter
2014-01-21
1
-2
/
+1
|
*
mfd: wm831x: Use PM ops for shutdown
Mark Brown
2014-01-21
2
-6
/
+10
|
*
mfd: ab8500: Use irqdomain to map interrupts
Linus Walleij
2014-01-21
1
-1
/
+1
|
*
mfd: rtsx: Prevent 'used uninitialised' warnings
Lee Jones
2014-01-21
1
-3
/
+3
|
*
mfd: Remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2014-01-21
10
-10
/
+10
|
*
mfd/pinctrl: Delete platform data header
Linus Walleij
2014-01-21
3
-24
/
+12
|
*
mfd: ab8500: Delete all GPIO platform data instances
Linus Walleij
2014-01-21
2
-12
/
+0
|
*
Merge tag 'ib-iio-input-3.13-1' into for-mfd-next
Lee Jones
2014-01-21
4
-34
/
+117
|
|
\
|
|
*
mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronization
Sebastian Andrzej Siewior
2014-01-07
3
-28
/
+103
|
|
*
mfd: ti_am335x: Drop am335x_tsc_se_update() from resume path
Sebastian Andrzej Siewior
2014-01-07
2
-1
/
+2
[next]