summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/smartreflex.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/Jean Pihet2012-05-311-1129/+0
* ARM: OMAP2+: SmartReflex: Create per-opp debugfs node for errminlimitJean Pihet2012-05-311-2/+5
* ARM: OMAP2+: SmartReflex: Use per-OPP data structureJean Pihet2012-05-311-20/+18
* ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macroJean Pihet2012-05-311-6/+6
* ARM: OMAP3: hwmod: rename the smartreflex entriesJean Pihet2012-05-311-1/+1
* ARM: OMAP2+: smartreflex: Use the names from hwmod data instead of voltage do...Jean Pihet2012-05-311-39/+26
* ARM: OMAP3+: SmartReflex: class drivers should use struct omap_sr *Jean Pihet2012-05-311-30/+7
* ARM: OMAP2+: SmartReflex: move the smartreflex header to include/linux/powerJean Pihet2012-05-311-2/+1
* ARM: OMAP3+: SmartReflex: fix error handlingJean Pihet2012-03-051-6/+6
* ARM: OMAP3+: SmartReflex: fix the use of debugfs_create_* APIJean Pihet2012-03-051-3/+3
* ARM: OMAP3+: SmartReflex: micro-optimization for sanity checkFelipe Balbi2012-03-051-1/+1
* ARM: OMAP3+: SmartReflex: misc cleanupsFelipe Balbi2012-03-051-33/+67
* ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argumentFelipe Balbi2012-03-051-1/+1
* ARM: OMAP3+: SmartReflex: add missing platform_set_drvdata()Felipe Balbi2012-03-051-0/+2
* ARM: OMAP3+: SmartReflex: clear ERRCONFIG_VPBOUNDINTST only on a needNishanth Menon2012-03-051-6/+16
* ARM: OMAP3+: SmartReflex: Fix status masking in ERRCONFIG registerNishanth Menon2012-03-051-13/+8
* ARM: OMAP3+: SmartReflex: Add a shutdown hookNishanth Menon2012-03-051-0/+24
* ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VPNishanth Menon2012-03-051-0/+44
* ARM: OMAP3+: SmartReflex: fix err interrupt disable sequenceNishanth Menon2012-03-051-2/+2
* ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not setTony Lindgren2012-02-241-1/+1
* ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmapJulia Lawall2012-01-261-1/+1
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-051-1/+1
|\
| * ARM: OMAP: smartreflex: fix IRQ handling bugFelipe Balbi2011-11-231-1/+1
* | ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-171-1/+1
|/
* ARM: OMAP: Fix export.h or module.h includesTony Lindgren2011-11-071-0/+1
* Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-10/+19
|\
| * OMAP3+: voltage: remove unneeded debugfs interfaceKevin Hilman2011-09-151-10/+19
* | Merge branch 'master' into for-nextJiri Kosina2011-09-151-1/+2
|\|
| * OMAP2+: PM: SmartReflex: use put_sync_suspend for IRQ-safe disablingColin Cross2011-08-051-1/+1
| * OMAP3+: SR: ensure pm-runtime callbacks can be invoked with IRQs disabledNishanth Menon2011-08-051-0/+1
* | treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov2011-09-151-1/+1
|/
* OMAP3+: SR: fix cosmetic indentationNishanth Menon2011-06-201-10/+10
* OMAP3+: SR: enable/disable SR only on needNishanth Menon2011-06-201-4/+7
* OMAP3+: SR: disable interrupt by defaultNishanth Menon2011-06-201-0/+1
* OMAP3+: SR: make notify independent of classNishanth Menon2011-06-201-4/+2
* OMAP3+: smartreflex: delete debugfs entries on probe errorAaro Koskinen2011-05-031-2/+4
* OMAP3+: smartreflex: delete instance from sr_list on probe errorAaro Koskinen2011-05-031-0/+1
* OMAP3+: smartreflex: fix ioremap leak on probe errorAaro Koskinen2011-05-031-4/+6
* OMAP3+: smartreflex: request the memory regionAaro Koskinen2011-05-031-0/+8
* OMAP3+: smartreflex: fix sr_late_init() error path in probeAaro Koskinen2011-05-031-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integ...Tony Lindgren2011-03-111-1/+1
|\
| * Merge remote branch 'remotes/origin/voltage_split_2.6.39' into tmp-integratio...Paul Walmsley2011-03-101-1/+1
| |\
| | * OMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.hPaul Walmsley2011-03-071-1/+1
* | | OMAP2+: smartreflex: remove SR debug directory in omap_sr_remove()Anand S Sawant2011-03-091-10/+13
* | | OMAP: PM: SmartReflex: fix potential NULL dereferenceVasiliy Kulikov2011-03-091-3/+5
* | | OMAP2+: PM: SmartReflex: fix memory leaks in Smartreflex driverShweta Gulati2011-03-021-6/+12
* | | arm: mach-omap2: smartreflex: fix another memory leakAaro Koskinen2011-03-021-12/+3
|/ /
* / mach-omap2: smartreflex: world-writable debugfs voltage filesVasiliy Kulikov2011-02-071-2/+2
|/
* OMAP: PM: SmartReflex: Fix possible null pointer read accessStefan Weil2011-01-311-4/+2