summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2010-12-2159-650/+693
| * OMAP4: PRCM: rename _MOD macros to _INSTPaul Walmsley2010-12-216-730/+718
| * OMAP4: PRCM: Add SCRM header fileBenoit Cousson2010-12-211-0/+175
| * OMAP4: PRCM: reorganize existing OMAP4 PRCM header filesPaul Walmsley2010-12-2117-803/+929
| * OMAP3: control/PRCM: move CONTROL_PADCONF_SYS_NIRQ save/restore to SCM codePaul Walmsley2010-12-212-5/+5
| * OMAP3: control/PRCM: add omap3_ctrl_write_boot_mode()Paul Walmsley2010-12-213-9/+33
| * OMAP2+: clockdomains: move clockdomain static data to .c filesPaul Walmsley2010-12-215-65/+66
| * OMAP2+: powerdomains: move powerdomain static data to .c filesPaul Walmsley2010-12-2111-134/+159
| * OMAP4: powerdomain: Add pwrdm_clear_all_prev_pwrstSantosh Shilimkar2010-12-211-0/+9
| * OMAP: powerdomain: Arch specific funcs for mem controlRajendra Nayak2010-12-216-248/+389
| * OMAP: powerdomain: Arch specific funcs for logic controlRajendra Nayak2010-12-213-29/+82
| * OMAP: powerdomain: Arch specific funcs for state controlRajendra Nayak2010-12-216-12/+175
| * OMAP: powerdomain: Infrastructure to put arch specific codeRajendra Nayak2010-12-213-4/+52
| * OMAP: powerdomain: Move static allocations from powerdomains.h to a .c fileRajendra Nayak2010-12-215-14/+22
| * OMAP2+: wd_timer: disable on boot via hwmod postsetup mechanismPaul Walmsley2010-12-217-38/+35
| * OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/...Paul Walmsley2010-12-214-51/+91
| * OMAP2+: hwmod: Update the sysc_cache in case module context is lostRajendra Nayak2010-12-211-4/+3
| * OMAP2+: hwmod: fix a warning, add some docs, remove unused fieldsPaul Walmsley2010-12-211-12/+4
| * OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley2010-12-213-56/+64
| * OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley2010-12-212-6/+41
| * OMAP2+: hwmod: add postsetup statePaul Walmsley2010-12-213-32/+88
| * OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley2010-12-212-0/+25
| * OMAP2+: io: split omap2_init_common_hw()Paul Walmsley2010-12-2129-43/+80
* | Merge branches 'devel-gpmc' and 'devel-misc' into omap-for-linusTony Lindgren2010-12-22118-1806/+3581
|\ \
| * | Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik2010-12-2215-387/+437
| * | OMAP3: fix typo in OMAP3_IVA_MASKArno Steffen2010-12-221-1/+1
| * | omap: rx51: Remove tvout code that plays with gpio 40Jarkko Nikula2010-12-221-20/+0
| * | omap: rx51: Add vdda_dac supply for tvoutJarkko Nikula2010-12-221-2/+9
| * | omap: rx51: Cleanup vdds_sdi supply constructionJarkko Nikula2010-12-221-10/+1
| * | OMAP4: Pandaboard: Fix MMC card detect gpio lineRaghuveer Murthy2010-12-211-0/+1
| * | OMAP3: Devkit8000: Add DEBUG_LL supportThomas Weber2010-12-211-0/+1
| * | OMAP2: Devkit8000: Use _cansleep GPIO functions for displayreset linesDaniel Morsing2010-12-211-4/+4
| |/
| * Merge branch 'pm-opp' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khi...Tony Lindgren2010-12-2110-33/+366
| |\
| | * OMAP3: remove OPP interfaces from OMAP PM layerKevin Hilman2010-12-213-33/+12
| | * omap4: opp: add OPP table dataNishanth Menon2010-12-214-0/+65
| | * omap: opp: add OMAP3 OPP table data and common initNishanth Menon2010-12-216-0/+289
| * | Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren2010-12-2180-809/+1310
| |\ \
| | * | OMAP3: ASM sleep code format reworkJean Pihet2010-12-211-107/+117
| | * | OMAP3: add comments for low power code errataJean Pihet2010-12-212-2/+13
| | * | OMAP3: rework of the ASM sleep code execution pathsJean Pihet2010-12-212-132/+195
| | * | OMAP3: re-organize the ASM sleep codeJean Pihet2010-12-211-53/+61
| | * | OMAP3: remove hardcoded values from the ASM sleep codeJean Pihet2010-12-212-11/+20
| | * | OMAP2+: use global values for the SRAM PA addressesJean Pihet2010-12-214-6/+14
| | * | OMAP3: remove unused code from the ASM sleep codeJean Pihet2010-12-212-53/+6
| | * | OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2Eduardo Valentin2010-12-213-3/+35
| | * | OMAP3: PM: make omap3_cpuidle_update_states independent of enable_off_modeNishanth Menon2010-12-213-12/+16
| | * | OMAP3630: PM: Disable L2 cache while invalidating L2 cachePeter 'p2' De Schrijver2010-12-213-1/+36
| | * | OMAP3630: PM: Erratum i608: disable RTANishanth Menon2010-12-215-2/+56
| | * | OMAP3: pm: introduce errata handlingNishanth Menon2010-12-212-0/+16
| | * | OMAP3: PM: Erratum i581 support: dll kick strategyPeter 'p2' De Schrijver2010-12-211-5/+50
OpenPOWER on IntegriCloud