summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * | omap4: Fix build break when used with gcc-4.4.1 (2009-q3)Richard Woodruff2010-04-232-4/+4
| * | omap: DMA: Init CDAC to zeromanjugk manjugk2010-04-221-0/+9
| * | omap: gpio: fix incorrect matching of IRQ_TYPE_EDGE_BOTHJanusz Krzysztofik2010-04-221-3/+3
| * | arm: omap1: remove dead code from timer32k.cFelipe Balbi2010-04-221-15/+0
| * | omap: fix clocksource_32k to start from zeroAaro Koskinen2010-04-221-5/+14
| * | Merge branch 'for_2.6.34rc_a' of git://git.pwsan.com/linux-2.6 into omap-fixe...Tony Lindgren2010-04-2117-39/+113
| |\ \
| | * | OMAP3: clock: fix enable bit used for dpll4_m4x2 clockRanjith Lohithakshan2010-03-311-1/+1
| | * | OMAP4: prcm: Use logical OR instead of bitwise ORRajendra Nayak2010-03-313-6/+6
| | * | OMAP: HWMOD: Bug fixes in hwmod structure definitionsThara Gopinath2010-03-311-1/+1
| | * | OMAP: HWMOD: Adding clockdomain checkThara Gopinath2010-03-311-0/+3
| * | | Merge branch 'omap-fixes-for-tony' of git://dev.omapzoom.org/pub/scm/saaguirr...Tony Lindgren2010-03-226-21/+22
| |\ \ \
| | * | | omap3: zoom2/3: Register only 1 8250 portSergio Aguirre2010-03-152-2/+2
| | * | | omap3: zoom 2/3: Change debugboard serial port idSergio Aguirre2010-03-151-1/+1
| | * | | omap3: 3630sdp: Explicitly enable all UARTsSergio Aguirre2010-03-151-0/+1
| | * | | omap3: zoom2/3 / 3630sdp: Don't init always all uartsSergio Aguirre2010-03-151-1/+0
| | * | | omap2/3/4: serial: Remove condition for getting uart4_physSergio Aguirre2010-03-151-13/+1
| | * | | OMAP3: serial: Use dev_* macros instead of printkSergio Aguirre2010-03-151-6/+6
| | * | | OMAP3: serial: Check for zero-based physical addrSergio Aguirre2010-03-151-0/+13
* | | | | ARM: 5974/1: arm/mach-at91 Makefile: remove two blanks.Ernst Schwab2010-04-141-2/+2
* | | | | ARM: 6052/1: kdump: make kexec work in interrupt contextMika Westerberg2010-04-141-4/+6
* | | | | ARM: 6051/1: VFP: preserve the HW context when calling signal handlersImre Deak2010-04-143-17/+111
* | | | | ARM: 6050/1: VFP: fix the SMP versions of vfp_{sync,flush}_hwstateImre Deak2010-04-141-21/+10
* | | | | ARM: 6007/1: fix highmem with VIPT cache and DMANicolas Pitre2010-04-146-20/+122
* | | | | ARM: 5975/1: AT91 slow-clock suspend: don't wait when turning PLLs offAnders Larsen2010-04-141-4/+0
| |_|_|/ |/| | |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-1219-77/+412
|\ \ \ \
| * | | | ARM: Fix ioremap_cached()/ioremap_wc() for SMP platformsRussell King2010-04-091-0/+4
| * | | | ARM: 6043/1: AT91 slow-clock resume: Don't wait for a disabled PLL to lockAnders Larsen2010-04-091-0/+12
| * | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-04-0814-70/+382
| |\ \ \ \
| | * | | | MXC: mach_armadillo5x0: Add USB Host support.Alberto Panizzo2010-03-302-0/+167
| | * | | | ARM mach-mx3: duplicated includeAndrea Gelmini2010-03-301-1/+0
| | * | | | ARM mach-mx3: duplicated includeAndrea Gelmini2010-03-301-1/+0
| | * | | | imx31: add watchdog device on litekit board.Vladimir Zapolskiy2010-03-301-0/+1
| | * | | | imx3: Add watchdog platform device supportVladimir Zapolskiy2010-03-302-2/+20
| | * | | | Merge branch 'mx51' into mxc-rcSascha Hauer2010-03-255-41/+83
| | |\ \ \ \
| | | * | | | i.MX51: remove NFC AXI static mappingSascha Hauer2010-03-192-12/+2
| | | * | | | i.MX51: determine silicon revision dynamicallySascha Hauer2010-03-192-6/+60
| | | * | | | i.MX51: map TZIC dynamicallySascha Hauer2010-03-192-22/+16
| | | * | | | i.MX51: Use correct clock for gptSascha Hauer2010-03-191-1/+1
| | | * | | | i.MX51 Babbage: Add uncompress outputSascha Hauer2010-03-191-0/+4
| | * | | | | MXC: mach-mx31_3ds: add support for freescale mc13783 power management device.Alberto Panizzo2010-03-251-0/+45
| | * | | | | MXC: mach-mx31_3ds: Add SPI1 device support.Alberto Panizzo2010-03-251-0/+20
| | * | | | | MXC: mach-mx31_3ds: Add support for on board NAND Flash.Alberto Panizzo2010-03-252-0/+22
| | * | | | | MXC: mach-mx31_3ds: Update variable names over recent mach name modification.Alberto Panizzo2010-03-252-22/+22
| | * | | | | imx31: fix parent clock for rtcVladimir Zapolskiy2010-03-251-3/+2
| | | |/ / / | | |/| | |
| * | | | | ARM: 6031/1: fix Thumb-2 decompressorRabin Vincent2010-04-071-1/+1
| * | | | | ARM: 6029/1: ep93xx: gpio.c: local functions should be staticHartley Sweeten2010-04-071-3/+3
| * | | | | ARM: 6024/1: bcmring: fix missing down on semaphore in dma.cLeo Chen2010-04-071-3/+10
* | | | | | Merge branch 'davinci-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-04-074-5/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | davinci: fix compile warning: <mach/da8xx.h>: #include <linux/platform_device.h>Sergei Shtylyov2010-04-071-1/+3
| * | | | | davinci: DM365: fix duplicate default IRQ prioritiesKevin Hilman2010-04-051-1/+0