You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kevin Liu
90182317a9
mfd: Fix max8925 irq control bit incorrect setting
...
In max8925_irq_sync_unlock(), irq control bit is set at the same time.
Zero means enabling irq, and one means disabling irq.
The original code is:
irq_chg[0] &= irq_data->enable;
It should be changed to:
irq_chg[0] &= ~irq_data->enable;
Otherwise, irq control bit is mess.
Signed-off-by: Kevin Liu <kliu5@marvell.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
15 years ago
..
88pm860x-core.c
mfd: Fix 88pm860x uninitialized variable and clean up
15 years ago
88pm860x-i2c.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
15 years ago
Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
15 years ago
ab3100-core.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
ab3100-otp.c
mfd: Fix memory leak in ab3100_otp_probe
15 years ago
ab3550-core.c
mfd: Staticise ab3550 register access functions
15 years ago
ab8500-core.c
ab8500-mfd: add regulator support to ab8500 mfd device
15 years ago
ab8500-spi.c
mfd: AB8500 mask off irrelevant bits from the SPI message
15 years ago
abx500-core.c
mfd: kzalloc doesn't return ERR_PTR
15 years ago
adp5520.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
asic3.c
…
da903x.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
davinci_voicecodec.c
mfd: Fix davinci memory leak
15 years ago
dm355evm_msp.c
…
ezx-pcap.c
…
htc-egpio.c
…
htc-i2cpld.c
…
htc-pasic3.c
…
janz-cmodio.c
mfd: Missing slab.h includes
15 years ago
jz4740-adc.c
mfd: Check jz4740-adc kmalloc() result
15 years ago
lpc_sch.c
…
max8925-core.c
mfd: Fix max8925 irq control bit incorrect setting
15 years ago
max8925-i2c.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
max8998.c
mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handler
15 years ago
mc13783-core.c
mfd: Get rid of now unused mc13783 private header
15 years ago
mcp-core.c
…
mcp-sa11x0.c
…
menelaus.c
mfd: Use macros instead of some constant magic numbers for menelaus
15 years ago
mfd-core.c
mfd: properly handle platform_device_add_resources fail in mfd_add_device
15 years ago
pcf50633-adc.c
…
pcf50633-core.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
pcf50633-gpio.c
…
pcf50633-irq.c
…
rdc321x-southbridge.c
…
sh_mobile_sdhi.c
…
sm501.c
…
stmpe.c
mfd: Add stmpe auto sleep feature
15 years ago
stmpe.h
mfd: Add stmpe auto sleep feature
15 years ago
t7l66xb.c
mfd: Properly free t7l66xb clk32k clock source
15 years ago
tc6387xb.c
mfd: Annotate tc6387xb probe/remove routines with __devinit/__devexit
15 years ago
tc6393xb.c
mfd: Fix wrong goto labels for tc6393xb error handling
15 years ago
tc35892.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
timberdale.c
…
timberdale.h
…
tmio_core.c
…
tps6507x.c
mfd: Fix incorrect kfree(i2c) in tps6507x i2c_driver probe
15 years ago
tps6586x.c
mfd: Add TPS6586x driver
15 years ago
tps65010.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
twl-core.c
…
twl4030-codec.c
…
twl4030-irq.c
…
twl4030-power.c
…
twl6030-irq.c
…
twl6030-pwm.c
mfd: Add support for TWL6030 PWM
15 years ago
ucb1x00-assabet.c
…
ucb1x00-core.c
…
ucb1x00-ts.c
…
ucb1400_core.c
mfd: Avoid calling platform_device_put() twice in ucb1400 probe error path
15 years ago
wm831x-core.c
mfd: Fix incorrect kfree(i2c) in wm831x-core i2c_driver probe
15 years ago
wm831x-irq.c
mfd: Ignore non-GPIO IRQs when setting wm831x IRQ types
15 years ago
wm831x-otp.c
…
wm8350-core.c
mfd: Fix wrong wm8350-core kfree in error path
15 years ago
wm8350-gpio.c
…
wm8350-i2c.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
wm8350-irq.c
…
wm8350-regmap.c
…
wm8400-core.c
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
15 years ago
wm8994-core.c
mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probe
15 years ago
wm8994-irq.c
…