summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'for-next/misc'Sascha Hauer2015-08-0635-206/+1138
|\ \ \ \ \ \
| * | | | | | mtd: nand_base: replace ifdef with IS_ENABLEAntony Pavlov2015-08-061-7/+7
| * | | | | | commands: Add dhrystoneDaniel Schultz2015-08-063-0/+452
| * | | | | | watchdog: add davinci watchdog driverJan Luebbe2015-08-033-0/+179
| * | | | | | state: fix missing newline in error messageJan Luebbe2015-08-031-1/+1
| * | | | | | state: handle write-protection in the raw backendJan Luebbe2015-08-031-0/+4
| * | | | | | Limit data_abort_mask to !PBLSascha Hauer2015-07-291-1/+1
| * | | | | | ARM: don't allow Thumb2 on AT91Lucas Stach2015-07-241-1/+1
| * | | | | | ARM: rockchip: depend on OFTREELucas Stach2015-07-242-2/+1
| * | | | | | ARM: pxa: move mainstone TEXTBASE to KconfigLucas Stach2015-07-242-1/+1
| * | | | | | usb: gadget: serial: only call into CONSOLE_FULL code if it's thereLucas Stach2015-07-241-2/+3
| * | | | | | console: When deactivating a console, flush it firstSascha Hauer2015-07-231-0/+3
| * | | | | | mtd: of: put master offset into partition nameSascha Hauer2015-07-231-2/+2
| * | | | | | ARM: i.MX6: clarify usage of /dev/imx-ocotpStefan Christ2015-07-201-2/+4
| * | | | | | mtd: core: Check partitions for empty stringTeresa Remmet2015-07-201-0/+3
| * | | | | | sandbox: Update defconfigSascha Hauer2015-07-201-0/+63
| * | | | | | ARM: AM335x: dts: Fix wrong GPMC size mapping for omapsDaniel Schultz2015-07-163-6/+6
| * | | | | | regulator: Add support for regulator-boot-on device tree propertySascha Hauer2015-07-152-0/+16
| * | | | | | regulator: Factor out functions to work with regulator_internalSascha Hauer2015-07-151-41/+45
| * | | | | | of/base: fix typoJan Luebbe2015-07-091-1/+1
| * | | | | | spi: only register enabled child nodesJan Luebbe2015-07-091-1/+1
| * | | | | | i2c: only register enabled child nodesJan Luebbe2015-07-091-1/+1
| * | | | | | ARM: am33xx: netboot use ramfsJan Remmet2015-07-082-4/+27
| * | | | | | socfpga_mkimage: Fix/clarify error messageSascha Hauer2015-07-081-2/+2
| * | | | | | build: update compiler*.h to newest versionsAlexey Galakhov2015-07-066-131/+314
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-next/logo'Sascha Hauer2015-08-0628-22/+253
|\ \ \ \ \ \
| * | | | | | Add new barebox logo to the treeSascha Hauer2015-07-207-0/+253
| * | | | | | remove old barebox logoSascha Hauer2015-07-1521-22/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next/imx'Sascha Hauer2015-08-0669-231/+2635
|\ \ \ \ \ \
| * | | | | | ARM: [phyFLEX,phyCARD]-i.MX6: rename define in flash-headersStefan Christ2015-07-3112-13/+19
| * | | | | | ARM: imx6: rename SPI NOR device to /dev/spinor0Philipp Zabel2015-07-312-2/+6
| * | | | | | ata: sata-imx: Add delay to prevent link timeoutSascha Hauer2015-07-311-0/+2
| * | | | | | ARM: i.MX6 cm-fx6: Fix area for get_ram_sizeSascha Hauer2015-07-311-2/+2
| * | | | | | ARM: i.MX6 cm-fx6: Fix Chip density for DDR_64BIT_2GB caseSascha Hauer2015-07-311-0/+2
| * | | | | | ARM: imx6-mmdc: Fix cs0_end calculationSascha Hauer2015-07-311-1/+1
| * | | | | | ARM: initial cm-fx6 supportSascha Hauer2015-07-3113-0/+1042
| * | | | | | ARM: i.MX: make early UART functions independent of DEBUG_LLSascha Hauer2015-07-312-40/+47
| * | | | | | PBL: console: Make independent of DEBUG_LLSascha Hauer2015-07-313-19/+60
| * | | | | | ARM: i.MX: xload: implement esdhc xload for i.MX6Sascha Hauer2015-07-313-1/+277
| * | | | | | ARM: i.MX6: Add DDR setup code from U-BootSascha Hauer2015-07-292-0/+818
| * | | | | | ARM: i.MX: Add SPI xload codeSascha Hauer2015-07-294-0/+175
| * | | | | | spi: i.MX: move register defines to include/Sascha Hauer2015-07-162-79/+84
| * | | | | | images: i.MX: Create target for SRAM imagesSascha Hauer2015-07-161-0/+11
| * | | | | | ARM: i.MX6: create cpu_is() functions for use in PBLSascha Hauer2015-07-161-24/+17
| * | | | | | ARM: i.MX: compile boot.c for pbl aswellSascha Hauer2015-07-161-3/+2
| * | | | | | memsize: Compile for PBL aswellSascha Hauer2015-07-161-1/+1
| * | | | | | ARM: i.MX6: add function to get bootsource in pblSascha Hauer2015-07-162-16/+24
| * | | | | | ARM: i.MX6: remove unnecessary includesSascha Hauer2015-07-168-8/+0
| * | | | | | ARM: i.MX6: Add i.MX6 entry functionSascha Hauer2015-07-162-1/+12
| * | | | | | scripts: imx-image: Make in-place capableSascha Hauer2015-07-161-23/+24