aha/drivers/mfd
Mark Brown 6a6127462e mfd: Mask and unmask wm8350 IRQs on request and free
Bring the WM8350 IRQ API more in line with the generic IRQ API by
masking and unmasking interrupts as they are requested and freed.
This is mostly just a case of deleting the mask and unmask calls
from the individual drivers.

The RTC driver is changed to mask the periodic IRQ after requesting
it rather than only unmasking the alarm IRQ. If the periodic IRQ
fires in the period where it is reqested then there will be a
spurious notification but there should be no serious consequences
from this.

The CODEC drive is changed to explicitly disable headphone jack
detection prior to requesting the IRQs. This will avoid the IRQ
firing with no jack set up.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2009-12-13 19:21:40 +01:00
..
88pm8607.c mfd: Add 88PM8607 driver 2009-12-13 19:20:37 +01:00
ab3100-core.c mfd: Don't abuse i2c_client.name 2009-12-13 19:20:40 +01:00
ab3100-otp.c mfd: AB3100 OTP readout 2009-09-17 09:47:21 +02:00
ab4500-core.c mfd: Fix ab4500 compilation warnings 2009-12-13 19:20:39 +01:00
adp5520.c mfd: Staticise __adp5520_ack_bits() 2009-12-13 19:21:26 +01:00
asic3.c mfd: Move asic3_remove to .devexit.text 2009-12-13 19:20:46 +01:00
da903x.c mfd: early init for MFD running regulators 2009-06-17 19:41:54 +02:00
dm355evm_msp.c mfd: Correct ro and cd implemantion on DM355 2009-09-17 09:46:54 +02:00
ezx-pcap.c mfd: ezx-pcap: Don't pass pcap pointer as subdev drvdata. 2009-12-13 19:21:38 +01:00
htc-egpio.c mfd: fix htc-egpio iomem resource handling using resource_size 2009-02-17 09:00:14 +01:00
htc-pasic3.c mfd: remove driver_data direct access of struct device 2009-06-15 21:30:27 -07:00
Kconfig mfd: Add ADP5520/ADP5501 driver 2009-12-13 19:20:53 +01:00
Makefile mfd: Split wm8350 IRQ code into a separate file 2009-12-13 19:20:55 +01:00
mc13783-core.c mfd: Add Freescale MC13783 driver 2009-09-17 09:47:19 +02:00
mcp-core.c move drivers/mfd/*.h to include/linux/mfd 2009-11-27 21:07:18 +01:00
mcp-sa11x0.c add gpiolib support to ucb1x00 2009-11-27 21:07:21 +01:00
menelaus.c omap: headers: Move remaining headers from include/mach to include/plat 2009-10-20 09:40:47 -07:00
mfd-core.c mfd: Allow multiple MFD cells with the same name 2009-09-17 09:46:56 +02:00
pcf50633-adc.c mfd: Fix memleak in pcf50633_client_dev_register 2009-12-13 19:21:17 +01:00
pcf50633-core.c mfd: Cleanup pcf50633_probe error handling 2009-12-13 19:21:28 +01:00
pcf50633-gpio.c mfd/pcf50633-gpio.c: add MODULE_LICENSE 2009-06-17 19:41:30 +02:00
sh_mobile_sdhi.c mfd: Add power control platform data to SDHI driver 2009-11-30 12:01:24 +09:00
sm501.c mfd: sm501, fix lock imbalance 2009-07-03 11:54:50 +02:00
t7l66xb.c mfd: fix tmio related warnings 2009-06-17 19:41:52 +02:00
tc6387xb.c mfd: fix tmio related warnings 2009-06-17 19:41:52 +02:00
tc6393xb.c mfd: fix tmio related warnings 2009-06-17 19:41:52 +02:00
tps65010.c mfd: Allow configuration of VDCDC2 for tps65010 2009-12-13 19:21:36 +01:00
twl4030-codec.c MFD: twl4030-codec: APLL_INFREQ handling in the MFD driver 2009-11-22 10:09:24 -08:00
twl4030-core.c mfd: Enable twl4030 32kHz oscillator low-power mode 2009-12-13 19:21:33 +01:00
twl4030-irq.c mfd: remove unnecessary semicolons from twl4030 2009-09-17 09:46:48 +02:00
twl4030-power.c mfd: Fix more undefined twl4030-power resconfig value checks 2009-12-13 19:21:30 +01:00
ucb1x00-assabet.c move drivers/mfd/*.h to include/linux/mfd 2009-11-27 21:07:18 +01:00
ucb1x00-core.c add gpiolib support to ucb1x00 2009-11-27 21:07:21 +01:00
ucb1x00-ts.c move drivers/mfd/*.h to include/linux/mfd 2009-11-27 21:07:18 +01:00
ucb1400_core.c Input: ucb1400_ts - allow passing IRQ through platfrom_data 2009-11-20 00:52:05 -08:00
wm831x-core.c mfd: Add support for WM8320 PMICs 2009-12-13 19:20:44 +01:00
wm831x-irq.c mfd: Always initialise WM831x IRQ mutex 2009-10-27 00:20:32 +01:00
wm831x-otp.c mfd: Add basic WM831x OTP support 2009-09-17 09:46:59 +02:00
wm8350-core.c mfd: Split wm8350 IRQ code into a separate file 2009-12-13 19:20:55 +01:00
wm8350-gpio.c mfd: Add GPIO pin configuration support for WM8350 2008-10-13 21:51:55 +01:00
wm8350-i2c.c mfd: Add WM8351 support 2009-01-04 12:17:42 +01:00
wm8350-irq.c mfd: Mask and unmask wm8350 IRQs on request and free 2009-12-13 19:21:40 +01:00
wm8350-regmap.c mfd: Mark WM8350 mask revision as readable to match silicon 2009-06-17 19:41:29 +02:00
wm8400-core.c mfd: early init for MFD running regulators 2009-06-17 19:41:54 +02:00