summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ARM: exynos: dts: Fixed vbus-gpiosDoug Anderson2013-05-092-2/+2
| * | | | | ARM: EXYNOS5: Fix kernel dump in AFTR idle modeInderpal Singh2013-05-092-3/+3
| * | | | | Merge tag 'omap-for-v3.10/dt-fixes-for-merge-window' of git://git.kernel.org/...Olof Johansson2013-05-099-9/+35
| |\ \ \ \ \
| | * | | | | ARM: dts: don't assume boards are using twl4030 for omap3Jason Cooper2013-05-094-1/+3
| | * | | | | ARM: dts: Configure and fix the McSPI pins for 4430sdpTony Lindgren2013-05-081-0/+12
| | * | | | | ARM: dts: AM33XX: Add GPMC nodePhilip Avinash2013-05-081-0/+12
| | * | | | | ARM: dts: OMAP4460: Fix CPU OPP voltagesNishanth Menon2013-05-081-3/+3
| | * | | | | ARM: dts: OMAP36xx: Fix CPU OPP voltagesNishanth Menon2013-05-081-3/+3
| | * | | | | ARM: dts: OMAP4: Fix ethernet IRQ for OMAP4 boardsJon Hunter2013-05-082-2/+2
| * | | | | | Merge tag 'omap-for-v3.10/fixes-for-merge-window-part2' of git://git.kernel.o...Olof Johansson2013-05-0911-84/+81
| |\ \ \ \ \ \
| | * | | | | | ARM: OMAP2+: Remove bogus IS_ERR_OR_NULL checking from id.cTony Lindgren2013-05-091-3/+2
| | * | | | | | ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as modulePeter Ujfalusi2013-05-081-0/+2
| | * | | | | | ARM: OMAP2: AM33XX: id: Add support for new AM335x PG2.1 SiVaibhav Hiremath2013-05-082-2/+7
| | * | | | | | omap: mux: add AM/DM37x gpiosChristoph Fritz2013-05-081-1/+5
| | * | | | | | Merge branch 'omap-gpmc-fixes-for-v3.10' of git://github.com/jonhunter/linux ...Tony Lindgren2013-05-083-68/+54
| | |\ \ \ \ \ \
| | | * | | | | | ARM: OMAP2+: only WARN if a GPMC child probe function failJavier Martinez Canillas2013-04-301-3/+2
| | | * | | | | | ARM: OMAP2+: only search for GPMC DT child nodes on probeJavier Martinez Canillas2013-04-301-23/+10
| | | * | | | | | Documentation: dt: update properties in TI GPMC NAND exampleJon Hunter2013-04-301-14/+14
| | | * | | | | | Documentation: dt: update TI GPMC ethernet binding propertiesJavier Martinez Canillas2013-04-301-28/+28
| | * | | | | | | ARM: OMAP1: DMA: fix error handling in omap1_system_dma_init()Wei Yongjun2013-05-081-4/+4
| | * | | | | | | ARM: OMAP2+: omap_device: use late_initcall_syncKevin Hilman2013-05-082-1/+2
| | * | | | | | | ARM: OMAP: RX-51: change probe order of touchscreen and panel SPI devicesAaro Koskinen2013-05-081-2/+2
| | * | | | | | | ARM: OMAP3: Beagle: Fix USB Host on beagle xM Ax/BxRoger Quadros2013-05-081-3/+3
| * | | | | | | | ARM: ux500: Rid ignored return value of regulator_enable() compiler warningLee Jones2013-05-091-2/+2
| * | | | | | | | ARM: ux500: read the correct soc_id numberFabio Baltieri2013-05-091-1/+1
| * | | | | | | | ARM: exynos: dts: cros5250: add cyapa trackpadOlof Johansson2013-05-091-0/+8
| * | | | | | | | video: mxsfb: Adapt to new videomode APIFabio Estevam2013-05-092-5/+5
| * | | | | | | | ARM: imx: Select GENERIC_ALLOCATORFabio Estevam2013-05-094-119/+1
| * | | | | | | | ARM: imx: compile fix for hotplug.cShawn Guo2013-05-092-0/+3
| * | | | | | | | Merge branch 'late/fixes' into fixesOlof Johansson2013-05-0911-10/+32
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: OMAP2+: Fix unmet direct dependencies for SERIAL_OMAPTony Lindgren2013-05-032-2/+2
| | * | | | | | | | ARM: ux500: always select ABX500_COREArnd Bergmann2013-05-031-0/+2
| | * | | | | | | | ARM: SIRF: select SMP_ON_UP only on SMP buildsArnd Bergmann2013-05-031-1/+1
| | * | | | | | | | ARM: SPEAr: conditionalize l2x0 supportArnd Bergmann2013-05-031-0/+2
| | * | | | | | | | ARM: imx: build CPU suspend code only when neededArnd Bergmann2013-05-031-1/+1
| | * | | | | | | | ARM: OMAP: build SMP code only for OMAP4/5Arnd Bergmann2013-05-031-4/+4
| | * | | | | | | | ARM: tegra: Tegra114 needs CPU_FREQ_TABLEArnd Bergmann2013-05-031-0/+1
| | * | | | | | | | ARM: default machine descriptor for multiplatformArnd Bergmann2013-04-293-2/+19
* | | | | | | | | | Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-05-0933-254/+819
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xtensa: Switch to asm-generic/linkage.hGeert Uytterhoeven2013-05-092-16/+1
| * | | | | | | | | | xtensa: fix redboot load addressChris Zankel2013-05-091-1/+1
| * | | | | | | | | | xtensa: ISS: fix timer_lock usage in rs_openMax Filippov2013-05-091-2/+2
| * | | | | | | | | | xtensa: disable IRQs while IRQ handler is runningMax Filippov2013-05-093-55/+28
| * | | | | | | | | | xtensa: enable lockdep supportMax Filippov2013-05-091-3/+4
| * | | | | | | | | | xtensa: fix arch_irqs_disabled_flags implementationMax Filippov2013-05-091-1/+4
| * | | | | | | | | | xtensa: add irq flags trace supportMax Filippov2013-05-092-0/+35
| * | | | | | | | | | xtensa: provide custom CALLER_ADDR* implementationsMax Filippov2013-05-092-1/+66
| * | | | | | | | | | xtensa: add stacktrace supportMax Filippov2013-05-095-41/+140
| * | | | | | | | | | xtensa: clean up stpill_registersMax Filippov2013-05-091-3/+2
| * | | | | | | | | | xtensa: don't use a7 in simcallsMax Filippov2013-05-093-18/+18
OpenPOWER on IntegriCloud