aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/ab3100-core.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-06mfd: ab3100-core: Fix incompatible types in comparison expression warningGravatar Lee Jones 1-1/+1
2019-08-12mfd: ab3100-core: Convert to i2c_new_dummy_deviceGravatar Wolfram Sang 1-3/+3
2019-08-12mfd: ab3100: No need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-38/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 1-1/+1
2016-11-29mfd: ab3100-core: Make it explicitly non-modularGravatar Paul Gortmaker 1-36/+3
2016-01-14mfd: ab3100-core.c: Fix multiple warnings reported by CheckpatchGravatar Lee Jones 1-13/+10
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2014-07-09mfd: ab3100-core: Correct code sytle problemsGravatar Lee Jones 1-28/+26
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-06-13mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*Gravatar Jingoo Han 1-18/+10
2013-04-24regulator: ab3100: device tree supportGravatar Linus Walleij 1-0/+1
2012-11-28mfd: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devinitconstGravatar Bill Pemberton 1-3/+2
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-28mfd: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-09-14mfd: ab3100: Split ab3100 headers out of abx500.hGravatar Marcus Cooper 1-0/+1
2012-09-14mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+0
2012-07-19random: remove rand_initialize_irq()Gravatar Theodore Ts'o 1-3/+0
2012-07-14random: make 'add_interrupt_randomness()' do something saneGravatar Theodore Ts'o 1-2/+0
2012-07-09mfd: Use devm allocation for ab3100-coreGravatar Linus Walleij 1-16/+7
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-7/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersGravatar Paul Gortmaker 1-0/+1
2011-10-24mfd: Fix ab3100 initconst sectionGravatar Andi Kleen 1-1/+1
2011-05-26mfd: Use mfd cell platform_data for ab3100 cells platform bitsGravatar Samuel Ortiz 1-2/+4
2011-03-23mfd: Rename platform_data field of mfd_cell to mfd_dataGravatar Andres Salomon 1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to ab3100 driversGravatar Andres Salomon 1-3/+1
2011-03-23mfd: ab3100: world-writable debugfs *_priv filesGravatar Vasiliy Kulikov 1-2/+2
2010-10-29mfd: Switch AB3100 to use MFD cellsGravatar Linus Walleij 1-61/+68
2010-10-29mfd: Move AB3100 to __devinitGravatar Linus Walleij 1-7/+7
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-2/+0
2010-05-28mfd: AB3100 register access change to abx500 APIGravatar Mattias Wallin 1-29/+66
2010-05-28mfd: Renamed ab3100.h to abx500.hGravatar Linus Walleij 1-1/+1
2010-05-28mfd: Fix dangling pointersGravatar Wolfram Sang 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07mfd: Use AB3100 MFD core IRQ for interrupt randomnessGravatar Linus Walleij 1-8/+9
2010-03-07mfd: Convert AB3100 driver to threaded IRQGravatar Linus Walleij 1-30/+13
2009-12-13mfd: Don't abuse i2c_client.nameGravatar Jean Delvare 1-3/+0
2009-10-04mfd: AB3100 drop unused module parametersGravatar Jean Delvare 1-3/+1
2009-09-22drivers/mfd/ab3100-core.c: fix powerpc build errorGravatar Andrew Morton 1-1/+1
2009-09-17regulator: AB3100 supportGravatar Linus Walleij 1-0/+4
2009-09-17mfd: Fix ab3100-otp build failureGravatar Samuel Ortiz 1-1/+0
2009-09-17mfd: AB3100 disable irq nosyncGravatar Linus Walleij 1-1/+1
2009-09-17mfd: AB3100 alter default settingGravatar Linus Walleij 1-1/+1
2009-09-17mfd: AB3100 propagate errorGravatar Linus Walleij 1-1/+1
2009-09-17mfd: AB3100 accessor function cleanupsGravatar Linus Walleij 1-19/+24
2009-09-17mfd: fix ab3100 warning on x86_64Gravatar Samuel Ortiz 1-4/+4
2009-06-17mfd: add U300 AB3100 core supportGravatar Linus Walleij 1-0/+991