summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: OMAP2+: am33xx: Make am33xx as a separate classVaibhav Hiremath2012-07-052-4/+7
| * | | | ARM: OMAP2+: All OMAP2PLUS uses omap-device.o target so add one entryVaibhav Hiremath2012-07-051-3/+1
| * | | | ARM: OMAP: dmtimer: use devm_ API and do some cleanup in probe()Tarun Kanti DebBarma2012-07-051-36/+17
| * | | | Merge tag 'omap-devel-f-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2012-07-051-0/+17
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'hwmod_am335x_support_3.6', 'clkdm_pwrdm_devel_a_3.6' and 'mis...Paul Walmsley2012-07-041-0/+7
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | ARM: OMAP2+: hwmod code: add support to set dmadisable in hwmod frameworkKishon Vijay Abraham I2012-07-041-0/+5
| | | | * | | ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() APITarun Kanti DebBarma2012-07-041-0/+2
| | | |/ / /
| | * | | | ARM: OMAP3/4: omap_hwmod: Add rstst_offs field to struct omap_hwmod_omap4_prcmVaibhav Hiremath2012-07-041-0/+2
| | * | | | ARM: OMAP2+: hwmod: Add new sysc_type3 into omap_hwmod required for am33xxVaibhav Hiremath2012-07-041-0/+10
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge tags 'omap-cleanup-for-v3.6', 'omap-devel-dmtimer-for-v3.6' and 'omap-d...Tony Lindgren2012-07-0412-453/+137
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | | | |/ | | | | |/|
* | | | | | Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-242-42/+91
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'omap-devel-dmtimer-for-v3.6' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2012-07-032-42/+91
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | ARM: OMAP2+: Simplify dmtimer clock aliasesJon Hunter2012-06-141-3/+3
| | * | | | ARM: OMAP2+: Move dmtimer clock set function to dmtimer driverJon Hunter2012-06-142-1/+46
| | * | | | ARM: OMAP1: Fix dmtimer supportJon Hunter2012-06-141-5/+11
| | * | | | ARM: OMAP: Add flag to indicate if a timer needs a manual resetJon Hunter2012-06-142-7/+4
| | * | | | ARM: OMAP: Remove timer function pointer for context loss counterJon Hunter2012-06-142-13/+7
| | * | | | ARM: OMAP: Remove loses_context variable from timer platform dataJon Hunter2012-06-142-7/+4
| | * | | | ARM: OMAP2+: Fix external clock support for dmtimersJon Hunter2012-06-141-7/+0
| | * | | | ARM: OMAP: Add DMTIMER capability variable to represent timer featuresJon Hunter2012-06-142-0/+3
| | * | | | ARM: OMAP2+: Add dmtimer platform function to reserve systimersJon Hunter2012-06-142-3/+18
| | * | | | ARM: OMAP: Remove unnecessary clk structureJon Hunter2012-06-141-1/+0
* | | | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-242-0/+10
|\ \ \ \ \ \
| * | | | | | Merge tag 'v3.5-rc6' into next/socArnd Bergmann2012-07-113-36/+3
| |\| | | | | | | |_|_|/ / | |/| | | |
| * | | | | ARM: OMAP2+: am33xx: Add low level debugging supportAfzal Mohammed2012-06-052-0/+10
| | |/ / / | |/| | |
* | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-248-411/+36
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'cleanup-hwmod' into cleanupTony Lindgren2012-06-283-2/+5
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. | | | Merge branches 'clock_cleanup_misc_3.6', 'control_clean_dspbridge_writes_clea...Paul Walmsley2012-06-212-0/+5
| | |\ \ \| | |
| | | | * | | | ARM: OMAP2+: hwmod: use init-time function ptrs for enable/disable moduleKevin Hilman2012-06-181-0/+2
| | | | |/ / /
| | | * / / / ARM: OMAP: dsp: interface to control module functionsOmar Ramirez Luna2012-06-191-0/+3
| | | |/ / /
| | * / / / ARM: OMAP2+: CLEANUP: Remove ARCH_OMAPx ifdef from struct dpll_dataKevin Hilman2012-06-191-2/+0
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanupTony Lindgren2012-06-285-409/+31
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | ARM: OMAP: dma: Clear status registers on enable/disable irqOleg Matcovschi2012-06-041-31/+28
| | | |/ /
| | * / / ARM: OMAP: Make FS USB omap1 onlyTony Lindgren2012-06-044-378/+3
| | |/ /
* | | | Merge tag 'omap-devel-d-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2012-06-293-36/+3
|\| | |
| * | | Merge tag 'omap-fixes-a-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-06-241-0/+2
| |\ \ \
| | * | | ARM: OMAP: PM: Lock clocks list while generating summaryTodd Poynor2012-06-171-0/+2
| | |/ /
| * | | ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selectedTony Lindgren2012-06-061-3/+1
| * | | Merge branch 'for_3.5/cleanup/am3xxx-cpu-is-leftovers' of git://git.kernel.or...Tony Lindgren2012-06-041-33/+0
| |\ \ \ | | |/ / | |/| |
| | * | ARM: OMAP: SoC detection: remove unused cpu_is macrosKevin Hilman2012-05-261-33/+0
| | |/
* | | ARM: OMAP: remove unused cpu detection macrosPaul Bolle2012-06-281-17/+1
* | | ARM: OMAP: fix typos related to OMAP330Paul Bolle2012-06-281-2/+2
* | | ARM: OMAP7XX: Remove omap730.h and omap850.hPaul Bolle2012-06-283-205/+1
* | | Merge branch 'fixes-omap4-dsp' into fixes-non-criticalTony Lindgren2012-06-281-4/+9
|\ \ \ | |/ / |/| |
| * | ARM: OMAP: enable mailbox irq per instanceJuan Gutierrez2012-05-131-4/+9
* | | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-021-0/+11
|\ \ \
| * | | ARM: OMAP3: gpmc: add BCH ecc api and modesIvan Djelic2012-05-141-0/+11
| |/ /
* | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-269-190/+56
|\ \ \
| * \ \ Merge tag 'omap-cleanup-timer-for-v3.5' of git://git.kernel.org/pub/scm/linux...Olof Johansson2012-05-112-53/+40
| |\ \ \
| | * | | ARM: OMAP: Make OMAP clocksource source selection using kernel paramVaibhav Hiremath2012-05-092-53/+40