index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-21
mfd: max77686: Make error checking consistent
Javier Martinez Canillas
1
-5
/
+5
2014-07-21
mfd: max77686: Return correct error when pdata isn't found
Javier Martinez Canillas
1
-1
/
+1
2014-07-21
mfd: max77686: Make platform data over-rule DT
Javier Martinez Canillas
1
-1
/
+1
2014-07-21
mfd: max77686: Don't define dummy function if OF isn't enabled
Javier Martinez Canillas
1
-9
/
+1
2014-07-21
mfd: max77686: Add power management support
Javier Martinez Canillas
1
-0
/
+40
2014-07-21
mfd: max77686: Convert to use regmap_irq
Javier Martinez Canillas
5
-345
/
+101
2014-07-21
mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
Chen-Yu Tsai
1
-0
/
+30
2014-07-21
mfd: ab8500-debugfs: BIG clean-up
Lee Jones
1
-116
/
+172
2014-07-09
mfd: cros_ec: Use the proper size when looking at the cros_ec_i2c result
Doug Anderson
1
-3
/
+12
2014-07-09
mfd: ab8500-core: Resolve code style issues
Lee Jones
1
-21
/
+24
2014-07-09
mfd: ab3100-core: Correct code sytle problems
Lee Jones
1
-28
/
+26
2014-07-09
mfd: aat2870-core: Stop using obsolte simple_strtoul()
Lee Jones
1
-1
/
+4
2014-07-09
mfd: 88pm860x-i2c: Repair 'space before tab' warning
Lee Jones
1
-1
/
+2
2014-07-09
mfd: 88pm860x-core: Repair formatting issues
Lee Jones
1
-15
/
+22
2014-07-09
mfd: 88pm805: msleep(1ms ~ 20ms) may not do what the caller intends
Lee Jones
1
-1
/
+1
2014-07-09
mfd: tps65910: Rid data size incompatibility warn when building for 64bit
Lee Jones
1
-5
/
+5
2014-07-09
mfd: arizona: Rid data size incompatibility warn when building for 64bit
Lee Jones
4
-7
/
+9
2014-07-09
mfd: stmpe: Rid data size incompatibility warn when building for 64bit
Lee Jones
3
-4
/
+4
2014-07-09
mfd: intel_soc_pmic: Rid compiler working for unused ACPI match table
Lee Jones
1
-0
/
+2
2014-07-09
mfd: ab8500-debugfs: Simplify invalid debugfs data checking
Lee Jones
1
-7
/
+7
2014-07-09
mfd: ab8500-core: Remove pointless else in if statement
Lee Jones
1
-2
/
+2
2014-07-09
mfd: ab8500-debugfs: Cleaning up unnecessary to test, unsigned can't be negat...
Rickard Strandqvist
1
-1
/
+1
2014-07-09
mfd: ab8500-debugfs: Remove unnecessary null test before debugfs_remove_recur...
Fabian Frederick
1
-2
/
+1
2014-07-09
mfd: cros_ec: Move EC interrupt to cros_ec_keyb
Andrew Bresticker
2
-59
/
+34
2014-07-09
mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from EC
Bill Richardson
3
-3
/
+3
2014-07-09
mfd: cros_ec: Check result code from EC messages
Bill Richardson
3
-18
/
+27
2014-07-09
mfd: cros_ec: cleanup: Remove EC wrapper functions
Bill Richardson
3
-38
/
+21
2014-07-09
mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_device
Bill Richardson
3
-3
/
+1
2014-07-09
mfd: cros_ec: Use struct cros_ec_command to communicate with the EC
Bill Richardson
3
-34
/
+34
2014-07-09
mfd: cros_ec: Detect in-progress commands
Simon Glass
1
-0
/
+6
2014-07-09
mfd: cros_ec: Tweak struct cros_ec_device for clarity
Bill Richardson
3
-8
/
+8
2014-07-09
mfd: pcf50633: Reconnect -ENOMEM error path
Lee Jones
1
-9
/
+9
2014-07-09
mfd: ab8500-debugfs.c: Cleaning up values that are never used
Rickard Strandqvist
1
-2
/
+1
2014-07-09
mfd: sec-core: Prepare regulators for suspend state to reduce power-consumption
Chanwoo Choi
2
-0
/
+11
2014-07-09
regulator: s2mps11: Add support S2MPU02 regulator device
Chanwoo Choi
2
-21
/
+325
2014-07-09
mfd: sec-core: Add support for S2MPU02 device
Chanwoo Choi
2
-30
/
+126
2014-07-09
mfd: mc13xxx: Use regmap irq framework for interrupts
Alexander Shiyan
3
-273
/
+49
2014-07-09
mfd: pm8921-core: Remove unused variable
Sachin Kamat
1
-4
/
+0
2014-07-09
mfd: arizona: Add comment to explain non-devm regulator_get
Charles Keepax
1
-0
/
+6
2014-07-09
mfd: wm8994: Add a bunch of missing defaults/readables
Charles Keepax
1
-0
/
+64
2014-07-09
mfd: cros_ec_spi: Set wakeup capability
Prathyush K
1
-0
/
+2
2014-07-09
mfd: arizona: Use num_core_supplies in arizona_dev_exit
Charles Keepax
1
-1
/
+1
2014-07-09
mfd: arizona: Don't use devres for DCVDD
Charles Keepax
1
-3
/
+6
2014-07-09
mfd: arizona: Disable DCVDD before we destroy the MFD
Charles Keepax
1
-1
/
+3
2014-07-09
mfd: arizona: Disable PM runtime at start of driver removal
Charles Keepax
1
-1
/
+2
2014-07-09
mfd: tc3589x: Translate onecell, not twocell
Linus Walleij
1
-1
/
+1
2014-07-09
mfd: asic3: Fix potential null pointer dereference
Sachin Kamat
1
-5
/
+7
2014-07-09
mfd: cros_ec: spi: Fix end of transfer on devices with no spi-msg-delay
Doug Anderson
1
-11
/
+7
2014-07-09
mfd: Fix cs5535 dependencies
Jean Delvare
1
-1
/
+1
2014-07-09
mfd: timberdale: Depend on X86_32
Jean Delvare
1
-1
/
+1
[next]