| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/ | Jean Pihet | 2012-06-01 | 1 | -1129/+0 |
* | ARM: OMAP2+: SmartReflex: Create per-opp debugfs node for errminlimit | Jean Pihet | 2012-06-01 | 1 | -2/+5 |
* | ARM: OMAP2+: SmartReflex: Use per-OPP data structure | Jean Pihet | 2012-06-01 | 1 | -20/+18 |
* | ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro | Jean Pihet | 2012-06-01 | 1 | -6/+6 |
* | ARM: OMAP3: hwmod: rename the smartreflex entries | Jean Pihet | 2012-06-01 | 1 | -1/+1 |
* | ARM: OMAP2+: smartreflex: Use the names from hwmod data instead of voltage do... | Jean Pihet | 2012-06-01 | 1 | -39/+26 |
* | ARM: OMAP3+: SmartReflex: class drivers should use struct omap_sr * | Jean Pihet | 2012-06-01 | 1 | -30/+7 |
* | ARM: OMAP2+: SmartReflex: move the smartreflex header to include/linux/power | Jean Pihet | 2012-06-01 | 1 | -2/+1 |
* | ARM: OMAP3+: SmartReflex: fix error handling | Jean Pihet | 2012-03-05 | 1 | -6/+6 |
* | ARM: OMAP3+: SmartReflex: fix the use of debugfs_create_* API | Jean Pihet | 2012-03-05 | 1 | -3/+3 |
* | ARM: OMAP3+: SmartReflex: micro-optimization for sanity check | Felipe Balbi | 2012-03-05 | 1 | -1/+1 |
* | ARM: OMAP3+: SmartReflex: misc cleanups | Felipe Balbi | 2012-03-05 | 1 | -33/+67 |
* | ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument | Felipe Balbi | 2012-03-05 | 1 | -1/+1 |
* | ARM: OMAP3+: SmartReflex: add missing platform_set_drvdata() | Felipe Balbi | 2012-03-05 | 1 | -0/+2 |
* | ARM: OMAP3+: SmartReflex: clear ERRCONFIG_VPBOUNDINTST only on a need | Nishanth Menon | 2012-03-05 | 1 | -6/+16 |
* | ARM: OMAP3+: SmartReflex: Fix status masking in ERRCONFIG register | Nishanth Menon | 2012-03-05 | 1 | -13/+8 |
* | ARM: OMAP3+: SmartReflex: Add a shutdown hook | Nishanth Menon | 2012-03-05 | 1 | -0/+24 |
* | ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VP | Nishanth Menon | 2012-03-05 | 1 | -0/+44 |
* | ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence | Nishanth Menon | 2012-03-05 | 1 | -2/+2 |
* | ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not set | Tony Lindgren | 2012-02-24 | 1 | -1/+1 |
* | ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmap | Julia Lawall | 2012-01-27 | 1 | -1/+1 |
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/... | Russell King | 2011-12-06 | 1 | -1/+1 |
|\ |
|
| * | ARM: OMAP: smartreflex: fix IRQ handling bug | Felipe Balbi | 2011-11-23 | 1 | -1/+1 |
* | | ARM: 7159/1: OMAP: Introduce local common.h files | Tony Lindgren | 2011-11-17 | 1 | -1/+1 |
|/ |
|
* | ARM: OMAP: Fix export.h or module.h includes | Tony Lindgren | 2011-11-07 | 1 | -0/+1 |
* | Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 2011-11-02 | 1 | -10/+19 |
|\ |
|
| * | OMAP3+: voltage: remove unneeded debugfs interface | Kevin Hilman | 2011-09-15 | 1 | -10/+19 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2011-09-15 | 1 | -1/+2 |
|\| |
|
| * | OMAP2+: PM: SmartReflex: use put_sync_suspend for IRQ-safe disabling | Colin Cross | 2011-08-05 | 1 | -1/+1 |
| * | OMAP3+: SR: ensure pm-runtime callbacks can be invoked with IRQs disabled | Nishanth Menon | 2011-08-05 | 1 | -0/+1 |
* | | treewide: typo 'interrrupt' word corrections. | Vitaliy Ivanov | 2011-09-15 | 1 | -1/+1 |
|/ |
|
* | OMAP3+: SR: fix cosmetic indentation | Nishanth Menon | 2011-06-20 | 1 | -10/+10 |
* | OMAP3+: SR: enable/disable SR only on need | Nishanth Menon | 2011-06-20 | 1 | -4/+7 |
* | OMAP3+: SR: disable interrupt by default | Nishanth Menon | 2011-06-20 | 1 | -0/+1 |
* | OMAP3+: SR: make notify independent of class | Nishanth Menon | 2011-06-20 | 1 | -4/+2 |
* | OMAP3+: smartreflex: delete debugfs entries on probe error | Aaro Koskinen | 2011-05-03 | 1 | -2/+4 |
* | OMAP3+: smartreflex: delete instance from sr_list on probe error | Aaro Koskinen | 2011-05-03 | 1 | -0/+1 |
* | OMAP3+: smartreflex: fix ioremap leak on probe error | Aaro Koskinen | 2011-05-03 | 1 | -4/+6 |
* | OMAP3+: smartreflex: request the memory region | Aaro Koskinen | 2011-05-03 | 1 | -0/+8 |
* | OMAP3+: smartreflex: fix sr_late_init() error path in probe | Aaro Koskinen | 2011-05-03 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integ... | Tony Lindgren | 2011-03-11 | 1 | -1/+1 |
|\ |
|
| * | Merge remote branch 'remotes/origin/voltage_split_2.6.39' into tmp-integratio... | Paul Walmsley | 2011-03-11 | 1 | -1/+1 |
| |\ |
|
| | * | OMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.h | Paul Walmsley | 2011-03-08 | 1 | -1/+1 |
* | | | OMAP2+: smartreflex: remove SR debug directory in omap_sr_remove() | Anand S Sawant | 2011-03-10 | 1 | -10/+13 |
* | | | OMAP: PM: SmartReflex: fix potential NULL dereference | Vasiliy Kulikov | 2011-03-10 | 1 | -3/+5 |
* | | | OMAP2+: PM: SmartReflex: fix memory leaks in Smartreflex driver | Shweta Gulati | 2011-03-02 | 1 | -6/+12 |
* | | | arm: mach-omap2: smartreflex: fix another memory leak | Aaro Koskinen | 2011-03-02 | 1 | -12/+3 |
|/ / |
|
* / | mach-omap2: smartreflex: world-writable debugfs voltage files | Vasiliy Kulikov | 2011-02-07 | 1 | -2/+2 |
|/ |
|
* | OMAP: PM: SmartReflex: Fix possible null pointer read access | Stefan Weil | 2011-01-31 | 1 | -4/+2 |