aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/ab8500-core.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-21mfd: ab8500: Use irqdomain to map interruptsGravatar Linus Walleij 1-1/+1
2014-01-06mfd: Constify struct mfd_cell where possibleGravatar Geert Uytterhoeven 1-7/+7
2013-06-13mfd: ab8500-core: Add AB8500 external regulators as MFD devicesGravatar Lee Jones 1-0/+10
2013-06-13mfd: ab8500-core: Add of_compatible property for ab8500-codecGravatar Fabio Baltieri 1-0/+1
2013-06-13mfd: ab8500-core: Add device for new RTC version for AB8540 cut2Gravatar Alexandre Torgue 1-8/+47
2013-06-13mfd: ab8500-core: Drop references to ab8500-ledsGravatar Lee Jones 1-13/+0
2013-05-17mfd: ab8500-core: Pass GPADC compatible string to MFD coreGravatar Lee Jones 1-0/+3
2013-05-17mfd: ab8500-core: Use the correct driver name when enabling gpio/pinctrlGravatar Lee Jones 1-3/+3
2013-05-17mfd: ab8500: Pass AB8500 IRQ to debugfs code by resourceGravatar Linus Walleij 1-0/+15
2013-04-09mfd: ab8500-core: Add of_compatilbe property for ab8500-usbGravatar Fabio Baltieri 1-0/+1
2013-04-09mfd: ab8500-core: Ignore masked out interruptsGravatar Fabio Baltieri 1-13/+14
2013-03-07ab8500-fg: Add power cut feature for ab8505 and ab8540Gravatar Lee Jones 1-0/+36
2013-03-07mfd: ab8500-core: Hierarchical interrupt registersGravatar Dariusz Szymczak 1-76/+6
2013-03-07mfd: ab8500-core: Add abx500-clk as an mfd child deviceGravatar Ulf Hansson 1-0/+12
2013-03-07mfd: ab8500-core: Show turn on status at bootGravatar Mattias Wallin 1-0/+26
2013-03-07mfd: ab8500-core: Add additional resources to ab8505_iddet_resourcesGravatar Lee Jones 1-0/+24
2013-03-07mfd: ab8500-debugfs: Add tests for ab8540 based platform initialisationsGravatar Lee Jones 1-3/+6
2013-03-07mfd: ab8500-core: Add Interrupt support for ab8540Gravatar Lee Jones 1-7/+43
2013-03-07mfd: ab8500-core: Rework MFD sub-device initialisation structuresGravatar Lee Jones 1-61/+182
2013-03-07mfd: ab8500-core: Add ADC support for ab8540Gravatar Lee Jones 1-15/+59
2013-03-07mfd: ab8500-core: APE Interrupts are not clearedGravatar Lee Jones 1-2/+3
2013-03-07mfd: ab8500-sysctrl: Update correct turn on statusGravatar Rajkumar Kasirajan 1-0/+39
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-6/+55
2013-02-20Merge tag 'for-v3.9' of git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 1-8/+6
2013-02-14Merge branch 'abx500-pinctrl-for-mfd' of git://git.kernel.org/pub/scm/linux/k...Gravatar Samuel Ortiz 1-3/+50
2013-02-14Merge branch 'for-mfd' of git://git.linaro.org/people/ljones/linux-3.0-ux500 ...Gravatar Samuel Ortiz 1-0/+2
2013-02-14mfd: ab8500: Rename ab8500 to abx500 for hwmon driverGravatar Hongbo Zhang 1-3/+3
2013-02-08mfd: ab8500: allow AB9540 based devices to use ABX500 pinctrlGravatar Lee Jones 1-1/+2
2013-02-08mfd: ab8500: ensure new AB8500 pinctrl driver is probed correctlyGravatar Lee Jones 1-1/+1
2013-02-08mfd: ab8500: provide a irq_set_type() functionGravatar Lee Jones 1-0/+6
2013-02-08mfd: ab8500: actually handle the AB8500 GPIO IRQs correctlyGravatar Linus Walleij 1-3/+19
2013-02-08mfd: ab8500: prepare to handle AB8500 GPIO's IRQs correctlyGravatar Lee Jones 1-1/+25
2013-02-04mfd: ab8500-debugfs: Add interrupt debugGravatar Bengt Jonsson 1-0/+1
2013-02-04mfd: ab8500-core: Allow the possibility to dump all AB8500 registersGravatar Mian Yousaf Kaukab 1-0/+1
2013-01-23u8500-charger: Delay for USB enumerationGravatar Paer-Olof Haakansson 1-0/+6
2013-01-22mfd: Fix compile errors and warnings when !CONFIG_AB8500_BMGravatar Lee Jones 1-0/+1
2013-01-05Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500Gravatar Anton Vorontsov 1-8/+0
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-79/+28
2012-12-13Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 1-0/+20
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-9/+4
2012-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Anton Vorontsov 1-20/+20
2012-12-11ab8500_bm: Always send platform specific battery information via pdataGravatar Lee Jones 1-8/+0
2012-11-30mfd: ab8500-core: Fix invalid free of devm_ allocated dataGravatar Tushar Behera 1-5/+0
2012-11-28mfd: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devinitdataGravatar Bill Pemberton 1-17/+17
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-23mfd: ab8500-core: Add abx500-clk as an mfd child deviceGravatar Ulf Hansson 1-0/+4
2012-11-18ab8500: Add devicetree support for chargalgGravatar Rajanikanth H.V 1-0/+5
2012-11-18ab8500: Add devicetree support for chargerGravatar Rajanikanth H.V 1-0/+5