aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | usb: musb: OMAP4430: Power down the PHY during board initHema HK2011-05-181-5/+3
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'devel-fixes', 'devel-cleanup' and 'devel-genirq' into for-nextTony Lindgren2011-05-1742-2689/+949
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | | * | | omap: drop board-igep0030.cMike Rapoport2011-05-173-440/+1
| | | * | | omap: igep0020: add support for IGEP3Mike Rapoport2011-05-171-23/+80
| | | * | | omap: igep0020: minor refactoringMike Rapoport2011-05-171-27/+30
| | | * | | omap: igep0020: name refactoring for future merge with IGEP3Mike Rapoport2011-05-171-79/+79
| | | * | | arm: omap2plus: GPIO cleanupIgor Grinberg2011-05-1227-701/+398
| | | * | | omap: musb: introduce default board configMike Rapoport2011-05-0915-98/+27
| | | * | | omap: move detection of NAND CS to common-board-devicesMike Rapoport2011-05-036-176/+67
| | | * | | omap: use common initialization for PMIC i2c busMike Rapoport2011-05-0321-232/+78
| | | * | | omap: consolidate touch screen initialization among different boardsMike Rapoport2011-05-0312-444/+128
| | | * | | OMAP3+: voltage: remove spurious pr_notice for debugfsNishanth Menon2011-05-031-1/+0
| | | * | | OMAP4: PM: remove redundant #ifdef CONFIG_PMNishanth Menon2011-05-031-2/+0
| | | * | | OMAP3+: smartreflex: delete debugfs entries on probe errorAaro Koskinen2011-05-031-2/+4
| | | * | | OMAP3+: smartreflex: delete instance from sr_list on probe errorAaro Koskinen2011-05-031-0/+1
| | | * | | OMAP3+: smartreflex: fix ioremap leak on probe errorAaro Koskinen2011-05-031-4/+6
| | | * | | OMAP3+: smartreflex: request the memory regionAaro Koskinen2011-05-031-0/+8
| | | * | | OMAP3+: smartreflex: fix sr_late_init() error path in probeAaro Koskinen2011-05-031-1/+1
| | | * | | OMAP3/4: l3: minor cleanup for parenthesis and extra spacesomar ramirez2011-05-032-24/+12
| | | * | | OMAP3/4: l3: fix omap3_l3_probe error pathomar ramirez2011-05-032-31/+26
| | | * | | arm: omap: gpmc-smsc911x: minor style fixesIgor Grinberg2011-05-031-7/+7
| | | * | | omap: convert boards that use SMSC911x to use gpmc-smsc911xMike Rapoport2011-04-208-427/+72
| | | * | | omap: gpmc-smsc911x: always set irq flags to IORESOURCE_IRQ_LOWLEVELMike Rapoport2011-04-202-4/+4
| | | | |/ | | | |/|
* | | | | Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt2011-05-2416-52/+84
|\ \ \ \ \
| * | | | | OMAP2PLUS: DSS2: Clean up omap_display_init()Archit Taneja2011-05-111-26/+49
| * | | | | OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parametersArchit Taneja2011-05-111-0/+9
| * | | | | OMAP: DSS2: Move panel-generic-dpi.h to include/video/Tomi Valkeinen2011-05-1110-10/+10
| * | | | | OMAP: DSS2: Move display.h to include/video/Tomi Valkeinen2011-05-1116-16/+16
| |/ / / /
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-233-73/+36
|\ \ \ \ \
| * \ \ \ \ Merge branch 'devel-stable' into for-linusRussell King2011-05-231-72/+25
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'devel-genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2011-05-161-72/+25
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | arm: omap2/3: Use generic irq chipTony Lindgren2011-05-161-72/+25
| | | | |/ | | | |/|
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-232-1/+11
| |\ \ \ \ \ \ \ | | | | | |/ / / | | | | | | | / | | | |_|_|_|/ | | |/| | | |
| | | | * | | ARM: consolidate SMP cross call implementationRussell King2011-05-231-1/+4
| | | | * | | ARM: 6860/1: OMAP4: Move the privately used SMP boot functions to OMAP specif...Santosh Shilimkar2011-04-041-0/+7
| | | |/ / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'power-domains' into for-linusRafael J. Wysocki2011-05-172-88/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | OMAP2+ / PM: move runtime PM implementation to use device power domainsKevin Hilman2011-04-292-88/+3
| |/ / /
* | | | OMAP3: set the core dpll clk rate in its set_rate functionAvinash H.M2011-05-131-0/+1
| |_|/ |/| |
* | | Merge branch 'for_tony_a_2.6.39rc' of git://git.pwsan.com/linux-2.6 into deve...Tony Lindgren2011-04-277-12/+45
|\ \ \
| * | | OMAP2/3: hwmod: fix gpio-reset timeouts seen during bootup.Avinash.H.M2011-04-203-0/+15
| * | | OMAP3: PM: Do not rely on ROM code to restore CM_AUTOIDLE_PLL.AUTO_PERIPH_DPLLEduardo Valentin2011-04-202-1/+24
| * | | OMAP2+: PM: Fix the saving of CM_AUTOIDLE_PLL register on scratchpad areaEduardo Valentin2011-04-201-1/+1
| * | | OMAP4: clock data: Change DSS clock aliasesTomi Valkeinen2011-04-201-7/+2
| * | | OMAP2+: hwmod data: Fix wrong dma_system end addressBenoit Cousson2011-04-194-4/+4
| |/ /
* | | OMAP3+: voltage: remove initial voltageNishanth Menon2011-04-261-1/+0
* | | OMAP4: Intialize IVA Device in addition to DSP device.Shweta Gulati2011-04-261-0/+1
* | | omap: rx51: mark reserved memory earlierFelipe Contreras2011-04-261-2/+7
* | | OMAP3: l3: fix for "irq 10: nobody cared" messageomar ramirez2011-04-261-2/+2