summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2015-10-19ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM initTony Lindgren2-1/+9
2015-10-16ARM: OMAP2+: Fix oops with LPAE and more than 2GB of memoryTony Lindgren2-0/+11
2015-09-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds9-19/+21
2015-09-17ARM: 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-04Merge 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
2015-09-01ARM: OMAP3: vc: fix 'or' always true warningFrans Klaver1-1/+1
2015-09-01ARM: OMAP2+: Fix booting if no timer parent clock is availableTony Lindgren1-6/+2
2015-09-01ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_devic...Grygorii Strashko1-1/+2
2015-09-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds1-0/+157
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds26-276/+746
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-934/+29
2015-09-01Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-3581/+48
2015-08-25ARM: OMAP: Convert __clk_get_rate() to provider/consumer APIsStephen Boyd1-3/+3
2015-08-20ARM: OMAP: wakeupgen: Restore the irq_set_type() mechanismGrygorii Strashko1-0/+1
2015-08-07ARM: OMAP2+: Fix power domain operations regression caused by 81xxTony Lindgren1-1/+5
2015-08-06Merge branch 'fixes' into next/cleanupOlof Johansson3-11/+19
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd3-0/+3
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd21-3567/+42
2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre5-5/+5
2015-07-28clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2-35/+24
2015-07-26Merge tag 'for-v4.2-rc/omap-fixes-a' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2-11/+18
2015-07-25ARM: omap2: restore OMAP4 barrier behaviourRussell King6-91/+91
2015-07-25Revert "ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688"Russell King7-0/+105
2015-07-24ARM: OMAP2+: Add custom abort handler for t410Tony Lindgren1-0/+29
2015-07-24Merge branch 'dm814x-soc' into omap-for-v4.3/socTony Lindgren10-210/+534
2015-07-24ARM: OMAP2: Add minimal dm814x hwmod supportTony Lindgren4-5/+168
2015-07-24ARM: OMAP2+: Prepare dm81xx hwmod code for adding minimal dm814x supportTony Lindgren1-193/+213
2015-07-24Merge tag 'for-v4.3/omap-hwmod-prcm-a' of git://git.kernel.org/pub/scm/linux/...Tony Lindgren15-50/+91
2015-07-23Merge branch 'prcm-a-for-v4.3' into hwmod-prcm-for-v4.3Paul Walmsley4-24/+47
2015-07-23ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without syscRoger Quadros1-8/+16
2015-07-23ARM: PRM: AM437x: Enable IO wakeup featureKeerthy1-0/+1
2015-07-23ARM: OMAP4+: PRM: Add AM437x specific dataKeerthy1-1/+11
2015-07-23ARM: OMAP: PRM: Remove hardcoding of IRQENABLE_MPU_2 and IRQSTATUS_MPU_2 regi...Keerthy1-18/+20
2015-07-23ARM: AM43xx: Add the PRM IRQ register offsetsKeerthy1-0/+7
2015-07-23ARM: OMAP4: PRM: Remove hardcoding of PRM_IO_PMCTRL_OFFSET registerKeerthy2-5/+8
2015-07-23Merge tag 'omap-for-v4.3/legacy-v2-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson4-905/+0
2015-07-21ARM: OMAP2+: omap3-pandora: add wifi supportGrazvydas Ignotas1-0/+101
2015-07-21ARM: OMAP2+: omap3-pandora: add backlight supportGrazvydas Ignotas1-0/+12
2015-07-20ARM: OMAP2+: Include clk.hStephen Boyd3-0/+3
2015-07-17ARM/omap2/timer: Migrate to new 'set-state' interfaceViresh Kumar1-24/+24
2015-07-16ARM: OMAP2+: Remove legacy booting support for PandoraTony Lindgren2-634/+0
2015-07-16ARM: OMAP2+: Add support for initializing dm814x clocksTony Lindgren1-2/+2