summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: i.MX: move iomux definitions to iomux.hSascha Hauer2013-08-162-2/+1
* ARM: Samsung: move iomux definitions to iomux.hSascha Hauer2013-08-1610-12/+36
* ARM: MXS: move iomux definitions to iomux.hSascha Hauer2013-08-169-11/+37
* ARM: AT91: move iomux definitions to iomux.hSascha Hauer2013-08-1631-268/+295
* ARM: i.MX23: Fix double include protectionSascha Hauer2013-08-161-3/+3
* ARM: include <gpio.h> instead of <mach/gpio.h>Sascha Hauer2013-08-1647-49/+43
* ARM: AT91: Add missing includeSascha Hauer2013-08-161-0/+1
* imx-image: Align image sizeSascha Hauer2013-08-151-3/+13
* of: base.c: Use correct device-tree in of_add_initrd()David Jander2013-08-141-1/+1
* globalvar: add missing includeSascha Hauer2013-08-141-0/+2
* of: Fix endless loop in of_add_memorySascha Hauer2013-08-141-1/+4
* image: Add .gitignoreSascha Hauer2013-08-131-0/+10
* uimage: fix: fill size when no compression is usedJean-Christophe PLAGNIOL-VILLARD2013-08-121-0/+1
* uimage: fix: always support multi image supportJean-Christophe PLAGNIOL-VILLARD2013-08-121-7/+0
* Cleanup Kconfig filesAlexander Shiyan2013-08-125-12/+12
* Revert "ARM: Use armlinux_bootparams address for DTB"Sascha Hauer2013-08-091-14/+6
* ARM: imx_v7_defconfig: Enable some features needed for the multi imageSascha Hauer2013-08-061-0/+2
* mtd: ubi: add missing prototype for ubi_volume_notifySascha Hauer2013-08-061-0/+2
* mtd: ubi: remove calls to nonexisting functionsSascha Hauer2013-08-061-5/+0
* Merge branch 'for-next/serial'Sascha Hauer2013-08-055-44/+144
|\
| * serial: ns16550: fill cdev just-in-timeAntony Pavlov2013-07-241-2/+1
| * serial: ns16550: get clock-frequency from dtAntony Pavlov2013-07-241-0/+6
| * serial: ns16550: Add devicetree probe supportSascha Hauer2013-07-231-1/+24
| * serial: ns16550: Add clk support and make platform_data optionalSascha Hauer2013-07-231-3/+23
| * serial: ns16550: remove f_caps from platform_dataSascha Hauer2013-07-232-8/+1
| * serial: ns16550: introduce private structSascha Hauer2013-07-231-9/+28
| * serial: ns16550: reorder functions to avoid forward declarationSascha Hauer2013-07-231-31/+28
| * clk: provide static inline wrappersSascha Hauer2013-07-233-1/+44
* | Merge branch 'for-next/ppc'Sascha Hauer2013-08-057-27/+7
|\ \
| * | P2020RDB: map boot flash.Renaud Barbier2013-08-052-4/+4
| * | mpc85xx: remove local bus initialisationRenaud Barbier2013-08-055-23/+3
* | | Merge branch 'for-next/omap'Sascha Hauer2013-08-0533-48/+606
|\ \ \
| * | | PCM051: Pass barebox partition informationTeresa Gámez2013-07-101-0/+9
| * | | ARM OMAP: get barebox partion information from boardcodeTeresa Gámez2013-07-102-7/+47
| * | | arm: omap: store boot source info from ROM loaderTeresa Gámez2013-07-1017-23/+124
| * | | ARM: AM33xx: Make mpu pll configurable by lowlevel board codeTeresa Gámez2013-07-104-5/+5
| * | | PCM051: Add first stage supportShravan kumar2013-07-105-1/+254
| * | | ARM: AM33xx: Enable clock for all GPIO banksTeresa Gámez2013-07-091-0/+12
| * | | PCM051: Rename SPI NOR deviceTeresa Gámez2013-07-093-7/+7
| * | | PCM051: Update pcm051_defconfigTeresa Gámez2013-07-091-2/+13
| * | | PCM051: Add muxing for user led and btnTeresa Gámez2013-07-093-0/+27
| * | | ARM: AM33xx: Add gpio supportTeresa Gámez2013-07-091-0/+14
| * | | PCM051: Add basic nand supportTeresa Gámez2013-07-094-3/+75
| * | | ARM: OMAP: AM33xx: Add basic NAND supportTeresa Gámez2013-07-094-3/+22
* | | | Merge branch 'for-next/of'Sascha Hauer2013-08-0533-94/+877
|\ \ \ \
| * | | | ARM: i.MX51 efikasb: configure environment from devicetreeSascha Hauer2013-07-232-19/+36
| * | | | ARM: i.MX53 QSB: configure environment from devicetreeSascha Hauer2013-07-232-4/+12
| * | | | ARM: i.MX51 babbage: configure environment from devicetreeSascha Hauer2013-07-182-5/+12
| * | | | ARM: i.MX Datamodul edmqx6: configure environment from devicetreeSascha Hauer2013-07-183-16/+42
| * | | | Add configurability via devicetreeSascha Hauer2013-07-187-0/+301