summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-2523-151/+140
|\
| * Merge branch 'tegra/fixes' of git+ssh://master.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2011-07-252-2/+2
| |\
| | * ARM: Tegra: Seaboard: Fix I2C bus numbering for ADT7461Stephen Warren2011-07-191-1/+1
| | * ARM: Tegra: Trimslice: Tri-state DAP3 pinmuxStephen Warren2011-07-191-1/+1
| * | Merge branch 'msm/fixes' into next/fixesArnd Bergmann2011-07-211-2/+9
| |\ \
| | * | ARM: msm: platsmp: determine number of CPU cores at boot timeJeff Ohlstein2011-07-211-2/+9
| * | | ARM: orion5x: fixup 5181 MPP mask checkImre Kaloz2011-07-181-1/+1
| | | |
| | \ \
| *-. \ \ Merge branches 'at91/fixes', 'imx/fixes' and 'pxa/fixes' of git+ssh://master....Arnd Bergmann2011-07-1754-244/+300
| |\ \ \ \
| | * \ \ \ Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 i...Arnd Bergmann2011-07-15102-380/+614
| | |\ \ \ \
| | | * | | | ARM: mxs-dma: include <linux/dmaengine.h>Dong Aisheng2011-07-151-0/+2
| | | * | | | ARM: i.MX53: consistently use MX53_UART_PAD_CTRL for uart txd/rxd/rts/ctsTroy Kisky2011-07-151-30/+30
| | | * | | | ARM: i.MX53: UARTn_CTS pin should not change RTS input selectTroy Kisky2011-07-151-10/+10
| | | * | | | ARM: i.MX53: UARTn_TXD pin should not change RXD input selectTroy Kisky2011-07-151-11/+11
| | | * | | | ARM: mx25: Fix typo on CAN1_RX pad settingFabio Estevam2011-07-151-1/+1
| | | * | | | iomux-mx53: add missing 'IOMUX_CONFIG_SION' for some I2C pad definitionsLothar Waßmann2011-07-151-6/+6
| | | | |/ / | | | |/| |
| | * | | | ARM: i.MX53: Fix IOMUX type o'sTroy Kisky2011-07-071-2/+2
| | * | | | mach-mx5: fix the I2C clock parentsLothar Waßmann2011-07-071-2/+2
| | * | | | ARM: mxs/tx28: according to the TX28's datasheet D4-D7 are not used for MMC0Uwe Kleine-König2011-07-071-8/+0
| | * | | | ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.hAxel Lin2011-07-071-0/+1
| | * | | | ARM: mx53: Fix some interrupts marked as reserved.Fabio Estevam2011-07-071-5/+5
| | * | | | MXC: iomux-v3: correct NO_PAD_CTRL definitionTroy Kisky2011-07-071-1/+1
| | * | | | ARM: mx51: Fix the address space length for SSIFabio Estevam2011-07-071-1/+1
| | * | | | ARM: mxc: imx-dma on imx25 has no other TO version but TO1Shawn Guo2011-07-071-2/+2
| | * | | | ARM: mxc: change imx-dma default to_version to 1Shawn Guo2011-07-071-4/+4
| | * | | | ARM: mxc: sdma on imx25 is a V2 blockShawn Guo2011-07-071-1/+1
| | * | | | ARM: mxc: imx-sdma device gets 16K iosize than 4KShawn Guo2011-07-071-1/+1
| | * | | | ARM: mxc: iomux-v1: Fix build warningFabio Estevam2011-07-071-1/+1
| | * | | | ARM: mach-imx/mx27_3ds: Fix regulator supportFabio Estevam2011-07-071-1/+20
| | * | | | mxc: iomuxv1: Do not use gpio_request when setting the pin as GPIOFabio Estevam2011-07-072-33/+0
| | * | | | ARM: mach-imx/mx31_3ds: Fix IOMUX for SPI1 signalsFabio Estevam2011-07-071-5/+5
| | * | | | ARM: mach-imx/mx27_3ds: Use the standard i.MX macro for GPIO numberingFabio Estevam2011-07-071-4/+4
| | * | | | ARM: mx53: Fix the base addresses for the DDR memory regionsMarc Kleine-Budde2011-07-071-2/+2
| | * | | | ARM: mx53: Fix the chip select addressesFabio Estevam2011-07-071-6/+6
| | * | | | ARM: mx53: Fix alternate modes for MX53_PAD_PATA_DATA6Fabio Estevam2011-07-071-5/+5
| | * | | | mx51: Let USB Storage be built by defaultFabio Estevam2011-07-071-1/+2
| | * | | | ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y'Shawn Guo2011-07-071-1/+1
| * | | | | ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typedBarry Song2011-07-081-1/+1
| * | | | | ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typedBarry Song2011-07-081-1/+1
| * | | | | ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typedBarry Song2011-07-081-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-07-247-1334/+0
|\ \ \ \ \
| * | | | | [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreqKukjin Kim2011-07-131-4/+0
| * | | | | [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/Kukjin Kim2011-07-134-1056/+0
| * | | | | [CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreqMark Brown2011-07-132-274/+0
* | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-24206-5753/+6855
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2011-07-22106-4020/+4837
| |\ \ \ \ \ \
| | * | | | | | ARM: Fix build errors caused by adding generic macrosRussell King2011-07-218-21/+5
| | * | | | | | Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-...Russell King2011-07-1855-288/+304
| | |\ \ \ \ \ \
| | | * | | | | | ARM: ARM_DMA_ZONE_SIZE is no moreNicolas Pitre2011-07-182-7/+0
| | | * | | | | | ARM: mach-shark: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-182-2/+1
| | | * | | | | | ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-184-4/+9
OpenPOWER on IntegriCloud