aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab3100-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-14mfd: Remove support for AB3100Arnd Bergmann1-929/+0
2020-07-06mfd: ab3100-core: Fix incompatible types in comparison expression warningLee Jones1-1/+1
2019-08-12mfd: ab3100-core: Convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-08-12mfd: ab3100: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-38/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2016-11-29mfd: ab3100-core: Make it explicitly non-modularPaul Gortmaker1-36/+3
2016-01-14mfd: ab3100-core.c: Fix multiple warnings reported by CheckpatchLee Jones1-13/+10
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-07-09mfd: ab3100-core: Correct code sytle problemsLee Jones1-28/+26
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-13mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*Jingoo Han1-18/+10
2013-04-24regulator: ab3100: device tree supportLinus Walleij1-0/+1
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitconstBill Pemberton1-3/+2
2012-11-28mfd: remove use of __devinitBill Pemberton1-2/+2
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-14mfd: ab3100: Split ab3100 headers out of abx500.hMarcus Cooper1-0/+1
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-4/+0
2012-07-19random: remove rand_initialize_irq()Theodore Ts'o1-3/+0
2012-07-14random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-2/+0
2012-07-09mfd: Use devm allocation for ab3100-coreLinus Walleij1-16/+7
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker1-0/+1
2011-10-24mfd: Fix ab3100 initconst sectionAndi Kleen1-1/+1
2011-05-26mfd: Use mfd cell platform_data for ab3100 cells platform bitsSamuel Ortiz1-2/+4
2011-03-23mfd: Rename platform_data field of mfd_cell to mfd_dataAndres Salomon1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to ab3100 driversAndres Salomon1-3/+1
2011-03-23mfd: ab3100: world-writable debugfs *_priv filesVasiliy Kulikov1-2/+2
2010-10-29mfd: Switch AB3100 to use MFD cellsLinus Walleij1-61/+68
2010-10-29mfd: Move AB3100 to __devinitLinus Walleij1-7/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-28mfd: AB3100 register access change to abx500 APIMattias Wallin1-29/+66
2010-05-28mfd: Renamed ab3100.h to abx500.hLinus Walleij1-1/+1
2010-05-28mfd: Fix dangling pointersWolfram Sang1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07mfd: Use AB3100 MFD core IRQ for interrupt randomnessLinus Walleij1-8/+9
2010-03-07mfd: Convert AB3100 driver to threaded IRQLinus Walleij1-30/+13
2009-12-13mfd: Don't abuse i2c_client.nameJean Delvare1-3/+0
2009-10-04mfd: AB3100 drop unused module parametersJean Delvare1-3/+1
2009-09-22drivers/mfd/ab3100-core.c: fix powerpc build errorAndrew Morton1-1/+1
2009-09-17regulator: AB3100 supportLinus Walleij1-0/+4
2009-09-17mfd: Fix ab3100-otp build failureSamuel Ortiz1-1/+0
2009-09-17mfd: AB3100 disable irq nosyncLinus Walleij1-1/+1
2009-09-17mfd: AB3100 alter default settingLinus Walleij1-1/+1
2009-09-17mfd: AB3100 propagate errorLinus Walleij1-1/+1
2009-09-17mfd: AB3100 accessor function cleanupsLinus Walleij1-19/+24
2009-09-17mfd: fix ab3100 warning on x86_64Samuel Ortiz1-4/+4