summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'misc_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-09-273-31/+30
|\ \ \
| * | | OMAP: hwmod: Set autoidle after smartidle during _sysc_enableHema HK2010-09-241-6/+11
| * | | OMAP4: PM: Declare idle modules as functional tooRajendra Nayak2010-09-241-4/+5
| * | | OMAP: omap_device: Fix to support multiple hwmods for a single deviceKishon Vijay Abraham I2010-09-241-21/+14
* | | | Merge branch 'devel-omap-misc' into omap-for-linusTony Lindgren2010-09-2730-113/+187
|\ \ \ \
| * | | | omap: mmc: extended to pass host capabilities from board fileSukumar Ghorai2010-09-2721-44/+64
| * | | | omap2: McBSP: Remove mux code for OMAP2420 McBSP2 and do cleanupsJarkko Nikula2010-09-271-39/+0
| * | | | omap: McBSP: Do not enable SRG in slave modePeter Ujfalusi2010-09-271-5/+8
| * | | | omap: i2c: Avoid compilation error in case the header is included multiple timesSubramaniam C.A2010-09-271-0/+4
| * | | | omap: crypto: updates to enable omap aesDmitry Kasatkin2010-09-274-3/+74
| * | | | omap: usb: fix build warningAnand Gadiyar2010-09-271-1/+1
| * | | | omap: n8x0: Mux i2s codec port pins for McBSP blockJarkko Nikula2010-09-231-0/+5
| * | | | omap: n8x0: Register i2c2 and add board info with tlv320aic3xfor N810Jarkko Nikula2010-09-231-0/+16
| * | | | omap: n8x0: Cleanup i2c1 and menelaus registrationJarkko Nikula2010-09-231-19/+15
| * | | | omap2: fix assorted compiler warningsSanjeev Premi2010-09-233-5/+3
* | | | | Merge branch 'omap_for_2.6.37' of git://dev.omapzoom.org/pub/scm/santosh/kern...Tony Lindgren2010-09-246-23/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | omap4: Fix bootup crash observed with higher CPU clocksSantosh Shilimkar2010-09-241-1/+1
| * | | | omap4: Panda: Add DEBUG_LL supportDavid Anders2010-09-241-0/+1
| * | | | omap4: l2x0: Fix init parameter for es2.0Santosh Shilimkar2010-09-241-3/+7
| * | | | omap4: Update id.c and cpu.h for es2.0Santosh Shilimkar2010-09-242-8/+35
| * | | | omap4: sram: Fix start addressVikram Pandita2010-09-241-1/+1
| * | | | omap: sram: fix is_sram_locked checkVikram Pandita2010-09-241-10/+1
| | |/ / | |/| |
* | | | Merge branch 'pm-runtime' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren2010-09-234-4/+191
|\ \ \ \
| * | | | OMAP1: PM: add simple runtime PM layer to manage clocksKevin Hilman2010-09-212-1/+99
| * | | | OMAP2+: PM: initial runtime PM core supportKevin Hilman2010-09-212-3/+92
| |/ / /
* | | | Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren2010-09-2315-230/+696
|\ \ \ \
| * | | | OMAP: GPIO: ensure debounce clocks are disabled during idle/suspendKevin Hilman2010-09-231-2/+4
| * | | | OMAP4: pm: Change l3_main to l3_main_1 during bus device initBenoit Cousson2010-09-231-2/+5
| * | | | OMAP4: hwmod: Add initial data for OMAP4430 ES1 & ES2Benoit Cousson2010-09-235-4/+489
| * | | | OMAP: omap_device: make all devices a child of a new parent deviceKevin Hilman2010-09-232-0/+14
| * | | | Revert "OMAP: omap_device: add omap_device_is_valid()"Kevin Hilman2010-09-232-22/+0
| * | | | OMAP clockdomain: initialize clockdomain registers when the clockdomain layer...Paul Walmsley2010-09-232-98/+15
| * | | | omap: pm: Move set_pwrdm_state routine to common pm.cSantosh Shilimkar2010-09-233-50/+55
| * | | | omap: pm-debug: Enable wakeup_timer_milliseconds debugfs entrySantosh Shilimkar2010-09-231-0/+3
| * | | | omap: pm-debug: Move common debug code to pm-debug.cSantosh Shilimkar2010-09-233-18/+20
| * | | | OMAP4: pm.c extensions for OMAP4 supportThara Gopinath2010-09-232-6/+17
| * | | | OMAP3: PM: move device-specific special cases from PM core into CPUidleKevin Hilman2010-09-232-16/+56
| * | | | OMAP: PM debugfs removing OMAP3 hardcodings.Thara Gopinath2010-09-212-10/+16
| * | | | OMAP3: PM: whitespace cleanup around IO wakeup enableKevin Hilman2010-09-211-3/+3
| |/ / /
* | | | Merge branch 'hwmod_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-09-239-110/+829
|\ \ \ \ | | |/ / | |/| |
| * | | OMAP: hwmod: improve documentation, clean up function namesPaul Walmsley2010-09-222-29/+123
| * | | OMAP: hwmod: Handle opt clocks node using clk_add_aliasPartha Basak2010-09-221-1/+42
| * | | OMAP: hwmod: Enable module wakeup if in smartidleRajendra Nayak2010-09-211-2/+4
| * | | OMAP: hwmod: Fix softreset for modules with optional clocksBenoit Cousson2010-09-212-5/+51
| * | | OMAP: hwmod: Fix softreset status check for some new OMAP4 IPsBenoit Cousson2010-09-212-6/+19
| * | | OMAP: hwmod: add an hardreset API for use by other core codePaul Walmsley2010-09-212-0/+82
| * | | OMAP: hwmod: Force a softreset during _setupBenoit Cousson2010-09-211-9/+9
| * | | OMAP: hwmod: Add hardreset management supportBenoît Cousson2010-09-212-8/+177
| * | | OMAP2/3: PRM: add module hard reset supportPaul Walmsley2010-09-213-1/+116
| * | | OMAP4: PRM: add module hard reset supportBenoît Cousson2010-09-213-2/+129
OpenPOWER on IntegriCloud