summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: socfpga: initial support for Altera's SOCFPGA platformDinh Nguyen2012-07-1911-0/+396
* Merge branch 'mvebu/newsoc' into next/newsocArnd Bergmann2012-07-171-0/+2
|\
| * arm: mvebu: generate DTBs for supported SoCsThomas Petazzoni2012-07-171-0/+2
* | Merge branch 'devel-omap5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Arnd Bergmann2012-07-1040-98/+770
|\ \
| * | ARM: Kconfig update to support additional GPIOs in OMAP5Tarun Kanti DebBarma2012-07-091-0/+1
| * | ARM: OMAP5: Add the build supportR Sricharan2012-07-093-3/+10
| * | arm/dts: OMAP5: Add omap5 dts filesR Sricharan2012-07-092-0/+204
| * | ARM: OMAP5: board-generic: Add device tree supportR Sricharan2012-07-092-0/+20
| * | ARM: omap2+: board-generic: clean up the irq data from board fileR Sricharan2012-07-094-20/+35
| * | ARM: OMAP5: Add SMP supportSantosh Shilimkar2012-07-093-12/+45
| * | ARM: OMAP5: Add the WakeupGen IP updatesSantosh Shilimkar2012-07-095-33/+143
| * | ARM: OMAP5: l3: Add l3 error handler support for omap5R Sricharan2012-07-093-5/+20
| * | ARM: OMAP5: gpmc: Update gpmc_init()R Sricharan2012-07-091-1/+2
| * | ARM: OMAP5: timer: Add clocksource, clockevent supportR Sricharan2012-07-092-0/+6
| * | ARM: OMAP5: Add minimal support for OMAP5430 SOCR Sricharan2012-07-0915-14/+198
| * | ARM: OMAP5: id: Add cpu id for ES versionsR Sricharan2012-07-093-3/+65
| * | ARM: OMAP: counter-32k: Select the CR register offset using the IP schemeR Sricharan2012-07-091-3/+13
| * | ARM: OMAP2+: Move stubbed secure_sram_reserve function to a common.c and call...R Sricharan2012-07-092-5/+9
* | | Merge branch 'omap/cleanup2' into next/newsocArnd Bergmann2012-07-1089-1507/+4039
|\| | | |/ |/|
| * ARM: OMAP: sdrc: Fix the build break for OMAP4 only buildsSantosh Shilimkar2012-07-091-1/+1
| * ARM: OMAP2+: dmtimer: cleanup fclk usageTarun Kanti DebBarma2012-07-062-13/+12
| * ARM: OMAP2+: Fix mismerge for omap_hwmod_get_main_clk() APITony Lindgren2012-07-062-0/+17
| * ARM: OMAP2+: Remove unnecessary ifdef around __omap2_set_globalsVaibhav Hiremath2012-07-054-8/+16
| * ARM: OMAP2+: am33xx: Change cpu_is_am33xx to soc_is_am33xxVaibhav Hiremath2012-07-054-11/+11
| * ARM: OMAP2+: am33xx: Make am33xx as a separate classVaibhav Hiremath2012-07-055-5/+17
| * ARM: OMAP2+: Move omap3 dpll ops to dpll3xxx.cVaibhav Hiremath2012-07-052-18/+14
| * 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-0512-114/+192
| |\
| | *-. Merge branches 'hwmod_am335x_support_3.6', 'clkdm_pwrdm_devel_a_3.6' and 'mis...Paul Walmsley2012-07-0412-114/+188
| | |\ \
| | | | * ARM: OMAP2+: hwmod code: add support to set dmadisable in hwmod frameworkKishon Vijay Abraham I2012-07-043-5/+62
| | | | * ARM: OMAP2+: PRM/CM: Move the stubbed prm and cm functions to prcm.c file and...R Sricharan2012-07-044-90/+85
| | | | * ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() APITarun Kanti DebBarma2012-07-042-0/+17
| | | | * ARM: OMAP3+: dpll: optimize noncore dpll locking logicVikram Pandita2012-07-041-1/+11
| | | | * ARM: OMAP3: control: add definition for CONTROL_CAMERA_PHY_CTRLSakari Ailus2012-07-041-0/+1
| | | * | ARM: OMAP2+: powerdomain code: Fix Wake-up power domain power statusJon Hunter2012-07-041-1/+5
| | | * | ARM: OMAP4: clockdomain/CM code: Update supported transition modesJon Hunter2012-07-042-17/+7
| | | |/
| | * | 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-042-0/+19
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge tags 'omap-cleanup-for-v3.6', 'omap-devel-dmtimer-for-v3.6' and 'omap-d...Tony Lindgren2012-07-0474-1300/+3743
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * ARM: OMAP AM33xx: clockdomains: Add clockdomain data and respective operationsVaibhav Hiremath2012-06-185-0/+275
| | | | * ARM: OMAP AM33xx: powerdomains: add AM335x supportVaibhav Hiremath2012-06-185-2/+438
| | | | * ARM: OMAP AM33xx: CM: Introduce AM33xx CM APIs and register level detailsVaibhav Hiremath2012-06-184-1/+1421
| | | | * ARM: OMAP AM33xx: PRM: add PRM supportVaibhav Hiremath2012-06-184-0/+622
| | | | * ARM: OMAP AM33xx: voltagedomain: Add voltage domain dataVaibhav Hiremath2012-06-185-0/+47
| | | | * ARM: OMAP2+: control: Add AM33XX control reg & sec clkctrl offsetVaibhav Hiremath2012-06-181-16/+23
| | | | * ARM: OMAP2+: am33xx: Add AM335XEVM machine supportAfzal Mohammed2012-06-055-1/+36
| | | | * ARM: OMAP2+: am33xx: Add low level debugging supportAfzal Mohammed2012-06-053-1/+26
| | | * | ARM: OMAP2+: Simplify dmtimer clock aliasesJon Hunter2012-06-145-121/+23
| | | * | ARM: OMAP2+: Move dmtimer clock set function to dmtimer driverJon Hunter2012-06-143-56/+46