summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-2381-99/+2323
|\
| * ARM: socfpga: initial support for Altera's SOCFPGA platformDinh Nguyen2012-07-1916-0/+460
| * 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-1041-98/+773
| |\ \
| | * | 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-093-0/+23
| | * | 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-1094-1514/+4048
| |\| |
| * | | Merge branch 'mvebu/newsoc' into next/newsocArnd Bergmann2012-07-1028-1/+1088
| |\ \ \ | | | |/ | | |/|
| | * | ARM: mvebu: MPIC: read number of interrupts from control registerBen Dooks2012-07-101-3/+6
| | * | arm: mach-mvebu: add entry to MAINTAINERSThomas Petazzoni2012-07-101-0/+8
| | * | arm: mach-mvebu: add compilation/configuration changeGregory CLEMENT2012-07-102-0/+15
| | * | arm: mach-mvebu: add defconfigThomas Petazzoni2012-07-101-0/+46
| | * | arm: mach-mvebu: add documentation for new device tree bindingsGregory CLEMENT2012-07-104-0/+75
| | * | arm: mach-mvebu: add support for Armada 370 and Armada XP with DTThomas Petazzoni2012-07-1011-0/+478
| | * | arm: mach-mvebu: add source filesGregory CLEMENT2012-07-105-0/+134
| | * | arm: mach-mvebu: add headerThomas Petazzoni2012-07-103-0/+80
| | * | clocksource: time-armada-370-xp: Marvell Armada 370/XP SoC timer driverGregory CLEMENT2012-07-104-1/+249
| |/ /
* | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-07-2326-207/+296
|\ \ \
| * \ \ Merge tag 'omap-cleanup-part2-for-v3.6' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2012-07-1026-207/+296
| |\ \ \ | | | |/ | | |/|
| | * | 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
| | | |/