summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-2216-75/+125
|\
| * ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-211-18/+0
| * Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-02-073-12/+28
| |\
| | * OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen2012-01-262-0/+10
| | * OMAP: 4430SDP/Panda: add HDMI HPD gpioTomi Valkeinen2012-01-262-0/+6
| | * OMAP: 4430SDP/Panda: setup HDMI GPIO muxesTomi Valkeinen2012-01-262-0/+6
| | * OMAPDSS: remove wrong HDMI HPD muxingTomi Valkeinen2012-01-261-4/+0
| | * OMAP: 4430SDP/Panda: rename HPD GPIO to CT_CP_HPDTomi Valkeinen2012-01-262-4/+4
| | * OMAP: 4430SDP/Panda: use gpio_free_array to free HDMI gpiosTomi Valkeinen2012-01-262-4/+2
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2012-01-2912-45/+97
| |\ \
| | * \ Merge branch 'omap_fixes_a_3.3rc' of git://git.pwsan.com/linux-2.6 into fixesTony Lindgren2012-01-266-29/+75
| | |\ \
| | | * | ARM: OMAP3: hwmod data: register dss hwmods after dss_coreIlya Yanok2012-01-251-6/+24
| | | * | ARM: OMAP2/3: PRM: fix missing plat/irqs.h build breakagePaul Walmsley2012-01-251-0/+1
| | | * | ARM: OMAP2+: io: fix compilation breakage on 2420-only configsPaul Walmsley2012-01-251-1/+3
| | | * | ARM: OMAP4: hwmod data: Add names for DMIC memory address spacePeter Ujfalusi2012-01-251-0/+2
| | | * | ARM: OMAP3: hwmod data: add SYSC_HAS_ENAWAKEUP for dispcTomi Valkeinen2012-01-251-1/+2
| | | * | ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod classTomi Valkeinen2012-01-253-22/+44
| | * | | ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmapJulia Lawall2012-01-261-1/+1
| | * | | ARM: OMAP2+: arch/arm/mach-omap2/devices.c: introduce missing kfreeJulia Lawall2012-01-261-0/+1
| | * | | ARM: OMAP: fix MMC2 loopback clock handlingGrazvydas Ignotas2012-01-261-4/+5
| | * | | ARM: OMAP: fix erroneous mmc2 clock change on mmc3 setupGrazvydas Ignotas2012-01-261-4/+3
| | * | | ARM: OMAP2+: GPMC: fix device size setupYegor Yefremov2012-01-261-0/+6
| | * | | ARM: OMAP2+: timer: Fix crash due to wrong arg to __omap_dm_timer_read_counterVaibhav Hiremath2012-01-261-1/+1
| | * | | ARM: OMAP2: fix regulator warningsFelipe Contreras2012-01-201-5/+5
| | * | | ARM: OMAP2: fix omap3 touchbook kconfig warningFelipe Contreras2012-01-201-1/+0
| | |/ /
* | | | Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-071-1/+0
|\ \ \ \ | |/ / /
| * | | ARM: 7291/1: cache: assume 64-byte L1 cachelines for ARMv7 CPUsWill Deacon2012-01-231-1/+0
| |/ /
* | | Merge branch 'amba' into for-armsocRussell King2012-01-261-24/+2
|\ \ \
| * | | ARM: amba: omap2: use common amba device initializersRussell King2012-01-261-24/+2
| |/ /
* | | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-202-6/+0
* | | ARM: substitute arch_idle()Nicolas Pitre2012-01-201-2/+2
* | | ARM: OMAP: convert idle handlers from pm_idle to arm_pm_idleNicolas Pitre2012-01-203-10/+4
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-161-1/+13
|\ \
| * | ARM: OMAP3: fix build on !CONFIG_IOMMU_APIOhad Ben-Cohen2012-01-161-1/+13
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2012-01-163-20/+7
|\ \ \
| * | | ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King2012-01-133-20/+7
* | | | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-01-143-31/+56
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into ...Florian Tobias Schandinat2012-01-083-31/+56
| |\ \
| | * | OMAPDSS: HDMI: Disable DDC internal pull upMythri P K2012-01-053-5/+36
| | * | OMAPDSS: HDMI: Move duplicate code from boardfileMythri P K2012-01-053-31/+25
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2012-01-121-0/+3
|\ \ \ \
| * | | | OMAP4: mcbsp: Enable FIFO usagePeter Ujfalusi2011-12-171-0/+3
* | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2012-01-111-0/+3
|\ \ \ \ \
| * | | | | ARM: rx51: Add bq27200 i2c board infoPali Rohár2012-01-061-0/+3
| |/ / / /
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-101-0/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel2012-01-091-0/+7
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/oha...Joerg Roedel2011-12-051-0/+7
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | ARM: OMAP3: bind omap3isp_device to its iommu deviceOhad Ben-Cohen2011-12-051-0/+7
| | | |/ /
* | | | | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-0937-1083/+3222
|\ \ \ \ \
| * \ \ \ \ Merge branch 'v3.2-rc7' into next/pmArnd Bergmann2012-01-032-4/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
OpenPOWER on IntegriCloud