aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/db8500-prcmu.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-06mfd: Constify struct mfd_cell where possibleGravatar Geert Uytterhoeven 1-2/+2
2013-09-26mfd: dbx500: Remove any mention of the BML8580CLKGravatar Lee Jones 1-1/+0
2013-09-07Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Gravatar Linus Torvalds 1-2/+2
2013-09-02mfd: db8500-prcmu: Staticize clk_mgtGravatar Sachin Kamat 1-1/+1
2013-09-02mfd: db8500-prcmu: Use ANSI function declarationGravatar Sachin Kamat 1-1/+1
2013-07-27ARM: ux500: cpuidle: Instantiate the driver from platform deviceGravatar Linus Walleij 1-0/+4
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+5
2013-06-06mfd: db8500: Update BML clock register for db8580Gravatar Philippe Begnic 1-0/+1
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableGravatar Viresh Kumar 1-5/+5
2013-05-17mfd: db8500-prcmu: Update stored DSI PLL divider valueGravatar Ulf Hansson 1-0/+2
2013-05-17mfd: db8500-prcmu: Supply the pdata_size attribute for db8500-thermalGravatar Lee Jones 1-0/+1
2013-04-09mfd: db8500-prcmu: Support platform dependant device selectionGravatar Lee Jones 1-8/+24
2013-04-09mfd: db8500-prcmu: Return early if the TCPM cannot be locatedGravatar Lee Jones 1-19/+21
2013-04-08ARM: ux500: split out prcmu initializationGravatar Arnd Bergmann 1-29/+111
2013-04-08mfd: db8500-prcmu: drop unused includesGravatar Linus Walleij 1-2/+0
2013-04-08ARM: ux500: move PM-related PRCMU functions to machineGravatar Linus Walleij 1-114/+0
2013-04-08mfd: db8500-prcmu: get base address from resourceGravatar Linus Walleij 1-18/+29
2013-04-08mfd: prcmu: pass a base and size with the early initcallGravatar Linus Walleij 1-1/+12
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-0/+17
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-2/+2
2013-02-14mfd: db8500-prcmu: Add ux500_wdt mfd_cellGravatar Fabio Baltieri 1-0/+12
2013-02-14mfd: dbx500-prcmu: Export a9wdog functionsGravatar Fabio Baltieri 1-0/+5
2013-02-12Merge tag 'for-arm-soc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Olof Johansson 1-43/+79
2013-02-12mfd: db8500-prcmu: update resource passingGravatar Linus Walleij 1-43/+79
2013-02-09Merge tag 'v3.8-rc6' into next/cleanupGravatar Olof Johansson 1-4/+9
2013-01-29Merge tag 'ux500-no-idh' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Olof Johansson 1-11/+6
2013-01-29ARM: ux500: de-globalize <mach/id.h>Gravatar Linus Walleij 1-11/+6
2013-01-28Merge branch 'depends/cleanup' into next/driversGravatar Olof Johansson 1-1/+1
2013-01-22mfd: db8500-prcmu: Fix irqdomain usageGravatar Linus Walleij 1-4/+9
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hGravatar Rob Herring 1-1/+1
2013-01-07mfd: db8500: Update cpufreq device nameGravatar Lee Jones 1-2/+2
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-2/+6
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-3/+9
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-11mfd: Differentiate between u8500 and u9540 TCDM address mappingGravatar Lee Jones 1-2/+6
2012-11-09mfd: db8500: Connect ARMSS clk to ARM OPPGravatar Ulf Hansson 1-22/+56
2012-11-09mfd: db8500: Provide cpufreq table as platform dataGravatar Ulf Hansson 1-0/+22
2012-11-05mfd/db8500-prcmu: use the irq_domain_add_simple()Gravatar Linus Walleij 1-3/+9
2012-10-29mfd: dbx500: Export prmcu_request_ape_opp_100_voltageGravatar Ulf Hansson 1-2/+2
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-12/+35
2012-10-01Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxGravatar Linus Torvalds 1-0/+42
2012-09-24mfd: Provide the PRCMU with its own IRQ domainGravatar Lee Jones 1-12/+35
2012-09-23mfd: dbx500: Provide a more accurate smp_twd clockGravatar Michel Jaouen 1-0/+41
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-09-14mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-09-06mfd: dbx500: Provide a more accurate smp_twd clockGravatar Michel Jaouen 1-0/+42
2012-07-27mfd: Ensure AB8500 platform data is passed through db8500-prcmu to MFD CoreGravatar Lee Jones 1-0/+1
2012-07-09ARM: ux500: Register the AB8500 from DB8500 MFDGravatar Lee Jones 1-1/+9
2012-07-09mfd: Update db8500-prmcu hostport_access enableGravatar Arun Murthy 1-26/+19