summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds25-891/+210
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+0
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-26/+29
2015-10-26Merge tag 'omap-for-v4.4/soc-clean-up' of git://git.kernel.org/pub/scm/linux/...Olof Johansson13-295/+204
2015-10-25Merge branch 'acpi-init'Rafael J. Wysocki1-2/+2
2015-10-23Merge tag 'for-v4.4/omap-hwmod-cleanup-a' of git://git.kernel.org/pub/scm/lin...Tony Lindgren5-91/+1
2015-10-23ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrsSuman Anna1-29/+0
2015-10-23ARM: DRA7: hwmod data: Remove spinlock hwmod addrsSuman Anna1-10/+0
2015-10-23ARM: OMAP4: hwmod data: Remove spinlock hwmod addrsSuman Anna1-10/+0
2015-10-23ARM: DRA7/AM335x/AM437x: hwmod: Remove gpmc address space from hwmod dataFranklin S Cooper Jr2-20/+0
2015-10-22ARM: Remove __ref on hotplug cpu die pathStephen Boyd2-2/+2
2015-10-22ARM: Remove open-coded version of IRQCHIP_DECLAREMarc Zyngier1-6/+2
2015-10-21arm: omap2: board-generic: use omap4_local_timer_init for AM437xFelipe Balbi1-1/+1
2015-10-20ARM: DRA7/AM335x/AM437x: hwmod: Remove elm address space from hwmod dataFranklin S Cooper Jr2-20/+0
2015-10-20ARM: OMAP: Remove duplicated operand in OR operationJavier Martinez Canillas1-2/+1
2015-10-19ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM initTony Lindgren2-1/+9
2015-10-16Merge branch 'for-tony' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Tony Lindgren6-99/+81
2015-10-16ARM: OMAP2+: Fix oops with LPAE and more than 2GB of memoryTony Lindgren2-0/+11
2015-10-16ARM: OMAP: Change all cpu_is_* occurences to soc_is_* for id.cKeerthy1-15/+15
2015-10-16ARM: OMAP2+: Rename cpu_is macros to soc_isTony Lindgren1-89/+106
2015-10-16arm: omap2: timer: limit hwmod usage to non-DT bootsFelipe Balbi1-20/+13
2015-10-16arm: omap2+: select 32k clocksource driverFelipe Balbi1-0/+1
2015-10-16arm: omap2: timer: rename omap_sync32k_timer_init()Felipe Balbi5-9/+9
2015-10-16arm: omap2: timer: always call clocksource_of_init() when DTFelipe Balbi1-0/+3
2015-10-15arm: omap2: timer: move realtime_counter_init() aroundFelipe Balbi1-58/+56
2015-10-15arm: omap2: timer: provide generic sync32k_timer_init functionFelipe Balbi5-18/+9
2015-10-15arm: omap2: timer: remove __omap_gptimer_init()Felipe Balbi1-12/+2
2015-10-15arm: omap2: timer: add a gptimer argument to sync32k_timer_init()Felipe Balbi1-6/+6
2015-10-15arm: omap2: timer: get rid of obfuscating macrosFelipe Balbi1-27/+43
2015-10-15arm: omap2: timer: always define omap4_local_timer_initFelipe Balbi1-13/+3
2015-10-14ARM: OMAP3: clock: remove un-used core dpll re-program codeTero Kristo5-510/+0
2015-10-14ARM/dmaengine: edma: Merge the two drivers under drivers/dma/Peter Ujfalusi1-1/+0
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier1-26/+29
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-2/+2
2015-10-12ARM: OMAP2+: Remove unneeded semicolonsJavier Martinez Canillas2-2/+2
2015-10-12ARM: OMAP3: vc: Remove unused macrosJavier Martinez Canillas1-4/+0
2015-10-12ARM: OMAP2+: Remove legacy OMAP3 ISP instantiationLaurent Pinchart2-72/+0
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-2/+2
2015-09-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds9-19/+21
2015-09-16ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_lateDave Gerlach1-0/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-14Merge branch 'fixes-rc1' into omap-for-v4.3/fixesTony Lindgren9-47/+150
2015-09-14ARM: OMAP5: Cleanup options for SoC only buildNishanth Menon1-1/+2
2015-09-14ARM: DRA7: Select missing options for SoC only buildNishanth Menon1-0/+3
2015-09-14ARM: OMAP2+: board-generic: Remove stale of_irq macrosNishanth Menon1-7/+0
2015-09-14ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as wellNishanth Menon1-1/+2
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds7-38/+143
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King8-39/+143
2015-09-01ARM: DRA752: Add ID detect for ES2.0Vishal Mahaveer2-2/+8