index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
da9055-core.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-25
mfd: wm8350-i2c: Replace spaces with tabs
Lee Jones
1
-4
/
+4
2014-07-25
mfd: max8925-core: Fix 'missing blank line after declarations' warning
Lee Jones
1
-0
/
+2
2014-07-25
mfd: twl4030-irq: Fix style warnings relating to pr_warn() and sizeof()
Lee Jones
1
-3
/
+3
2014-07-25
mfd: lp8788-irq: Fix 'missing blank line after declarations' warning
Lee Jones
1
-0
/
+2
2014-07-25
mfd: ezx-pcap: Repair coding style errors picked up with checkpatch
Lee Jones
1
-2
/
+1
2014-07-22
mfd: twl6040: Fix 'insert space after ','', error
Lee Jones
1
-1
/
+1
2014-07-22
mfd: sec-core: Fix 'missing blank line after declarations' warning
Lee Jones
1
-0
/
+1
2014-07-22
mfd: dm355evm_msp: Fix checkpatch error: insert space after ','
Lee Jones
1
-1
/
+1
2014-07-22
mfd: wm8350-irq: Fix 'line over 80 chars' warning
Lee Jones
1
-1
/
+2
2014-07-22
mfd: mcp-core: Fix 'blank line after declarations' warning
Lee Jones
1
-0
/
+1
2014-07-21
mfd: max8925-i2c: Fix 'blank line after declarations' warning
Lee Jones
1
-0
/
+2
2014-07-21
mfd: max77686: Fix 'line over 80 chars' warning
Lee Jones
1
-1
/
+1
2014-07-21
mfd: max77686: Remove unneeded OOM error message
Javier Martinez Canillas
1
-3
/
+1
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
7
-356
/
+123
2014-07-21
mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
Chen-Yu Tsai
2
-1
/
+31
2014-07-21
mfd: ab8500-debugfs: BIG clean-up
Lee Jones
2
-116
/
+173
2014-07-11
mfd: arizona: Update DT binding to support MICVDD init_data
Charles Keepax
1
-2
/
+4
2014-07-11
mfd: arizona: Update DT binding to support LDO1 init_data
Charles Keepax
1
-0
/
+8
2014-07-09
Doc: mfd: as3722: Add details of optional missing property
Laxman Dewangan
1
-0
/
+8
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
2
-6
/
+6
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
3
-61
/
+34
2014-07-09
mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from EC
Bill Richardson
4
-7
/
+7
2014-07-09
mfd: cros_ec: Check result code from EC messages
Bill Richardson
4
-18
/
+39
2014-07-09
mfd: cros_ec: cleanup: Remove EC wrapper functions
Bill Richardson
4
-51
/
+27
2014-07-09
mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_device
Bill Richardson
4
-5
/
+1
2014-07-09
mfd: cros_ec: Use struct cros_ec_command to communicate with the EC
Bill Richardson
4
-51
/
+52
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
4
-38
/
+43
2014-07-09
mfd: cros_ec: Allow static din/dout buffers with cros_ec_register()
Bill Richardson
1
-2
/
+2
2014-07-09
mfd: cros_ec: Fix the comment on cros_ec_remove()
Bill Richardson
1
-2
/
+1
2014-07-09
mfd: pcf50633: Reconnect -ENOMEM error path
Lee Jones
1
-9
/
+9
[next]