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
/
mfd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-06
mfd: Fix a typo in MFD_MAX8997 Kconfig entry
Axel Lin
1
-1
/
+1
2012-03-06
mfd : Check if the other db8500 core is in WFI
Daniel Lezcano
2
-0
/
+14
2012-03-06
mfd : Check if the db8500 prcmu has pending irq
Daniel Lezcano
1
-0
/
+20
2012-03-06
mfd : Copy the db8500 gic setting to the prcmu
Daniel Lezcano
1
-0
/
+20
2012-03-06
mfd : Check if there are pending irq on the db8500 gic
Daniel Lezcano
1
-0
/
+33
2012-03-06
mfd : Cleanup duplicate db8500 definitions
Daniel Lezcano
1
-10
/
+7
2012-03-06
mfd: Return proper error if s5m-core regmap_init_i2c fails
Axel Lin
1
-5
/
+4
2012-03-06
mfd: Code cleanup for pm8606 sub-dev initialization
Jett.Zhou
1
-6
/
+11
2012-03-06
mfd: Add power control interface for pm8606 chip
Jett.Zhou
1
-0
/
+95
2012-03-06
mfd: Fix wm831x-spi table id name typo in MODULE_DEVICE_TABLE macro
Hai Dong
1
-1
/
+1
2012-03-06
mfd: Include linux/mfd/pcf50633/mbc.h in pcf50633-irq.c
Axel Lin
1
-6
/
+1
2012-03-06
mfd: Include linux/mfd/pcf50633/pmic.h in pcf50633-gpio.c
Axel Lin
1
-26
/
+1
2012-03-06
mfd: Correct readability of WM8994 DC servo 4E register
Mark Brown
1
-0
/
+1
2012-03-06
mfd: Use regmap for tps65910 register access.
Laxman Dewangan
2
-77
/
+47
2012-03-06
mfd: Add ability to wake the system for 88pm860x
Jett.Zhou
1
-0
/
+25
2012-03-06
mfd: Make twl6030_irq_set_wake static
Nishanth Menon
1
-1
/
+1
2012-03-06
mfd: Clear twl6030 IRQ status register only once
Nishanth Menon
1
-2
/
+11
2012-03-06
mfd: Remove unused io_lock mutex from da9052
Axel Lin
1
-3
/
+0
2012-03-06
mfd: Decouple/recouple gic from the ux500 PRCMU
Daniel Lezcano
1
-0
/
+32
2012-03-06
mfd: Initialize tps65912 irq platform data properly
Axel Lin
1
-1
/
+1
2012-03-06
mfd: Fix ACPI conflict check
Jean Delvare
1
-1
/
+1
2012-03-06
mfd: wm8994: Add __devinit and __devexit annotations for probe and remove
Mark Brown
1
-4
/
+4
2012-03-06
mfd: Show correct device id for wm8400
Axel Lin
1
-2
/
+1
2012-03-06
mfd: Move omap-usb-host usbhs init before allocing child dev
Govindraj.R
1
-2
/
+1
2012-03-06
mfd: Remove omap-usb-host magic numbers for dev dma mask
Govindraj.R
1
-2
/
+2
2012-03-06
mfd: Fix typo for TPS65912
Axel Lin
1
-1
/
+1
2012-03-06
mfd: Make pcf50633_write_block() return 0 on success
Axel Lin
1
-7
/
+1
2012-03-06
mfd: Fix val_len parameters for s5m-core regmap_raw_write
Axel Lin
1
-1
/
+1
2012-03-06
mfd: Fix kcalloc parameters swapped
Axel Lin
1
-1
/
+1
2012-03-06
mfd: Support AB9540 ab8500 variant
Linus Walleij
1
-21
/
+170
2012-03-06
mfd: Parametrize ab8500 IRQ masks and registers
Linus Walleij
1
-13
/
+37
2012-03-06
mfd: Add ab8500 version detection and enforcing
Linus Walleij
2
-23
/
+55
2012-03-06
mfd: Fix ab8500 error path bug
Linus Walleij
1
-2
/
+3
2012-03-06
mfd: Test for jack detection when deciding if wm8994 should suspend
Mark Brown
1
-0
/
+14
2012-03-06
mfd: wm8994: We don't need to runtime resume by default
Mark Brown
1
-1
/
+1
2012-03-06
mfd: wm8994: Mark MICBIAS register as readable
Mark Brown
1
-0
/
+1
2012-03-06
mfd: Trivial twl4030 code-style fixes
Felipe Contreras
1
-12
/
+14
2012-03-06
mfd: Add to_irq() member to asic3 gpio_chip structure
Paul Parsons
1
-0
/
+6
2012-03-06
mfd: Remove unneeded version.h include from ab5500
Jesper Juhl
1
-1
/
+0
2012-03-06
mfd: Add support for no-interrupt stmpe config
Chris Blair
1
-38
/
+96
2012-03-06
mfd: Add itps65910 wakeup support
Laxman Dewangan
1
-0
/
+11
2012-03-06
mfd: Add support for multiple s5m devices
Sangbeom Kim
1
-4
/
+38
2012-03-06
mfd: Convert s5m core driver to use devm_kzalloc()
Sangbeom Kim
1
-3
/
+2
2012-03-06
mfd: Initialize tps65910 irq platform data properly
Laxman Dewangan
1
-1
/
+1
2012-03-06
mfd: Fix s5m error handling for invalid device type
Jonghwan Choi
1
-3
/
+11
2012-03-06
mfd: Fix possible s5m null pointer dereference
Jonghwan Choi
1
-1
/
+1
2012-03-06
mfd: wm8350 variable dereferenced before check
Jonghwan Choi
1
-1
/
+0
2012-03-06
mfd: Add initial db8500 prcmu register access api
Mattias Nilsson
1
-19
/
+17
2012-03-06
mfd: Remove check for db8500 firmware bug
Jonas Aaberg
1
-8
/
+0
2012-03-06
mfd: db8500 OPP and sleep handling update
Mattias Nilsson
1
-1
/
+72
[prev]
[next]