summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: i.MX: ocotp: Add i.MX6ul supportSascha Hauer2016-11-081-0/+3
| * | | | ARM: i.MX6 gpt: Add i.MX6ul supportSascha Hauer2016-11-081-0/+3
| * | | | ARM: i.MX6ul: Add clock supportSascha Hauer2016-11-082-0/+427
| * | | | ARM: i.MX: beginning i.MX6ul supportSascha Hauer2016-11-084-0/+11
| * | | | ARM: i.MX: OCOTP: Add functions to access fuses field wiseSascha Hauer2016-11-083-0/+148
* | | | | Merge branch 'for-next/defconfig-update'Sascha Hauer2016-11-14132-2515/+1904
|\ \ \ \ \
| * | | | | arch: refresh defconfigsSascha Hauer2016-10-12132-2515/+1904
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-next/arm'Sascha Hauer2016-11-144-1/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ARM: dts: am33xx.dtsi: Add spi aliasesTeresa Remmet2016-10-282-0/+3
| * | | | arm: Baltos: don't invoke baltos_read_eeprom in MLOYegor Yefremov2016-10-211-0/+2
| * | | | arm: Baltos: setup MPU PLL to run at 600MHzYegor Yefremov2016-10-191-1/+1
* | | | | ARM: Fix appended device tree when CONFIG_OFTREE is enabledSascha Hauer2016-11-081-2/+10
* | | | | ARM: riotboard: fix barebox partition sizeLucas Stach2016-11-031-1/+1
|/ / / /
* | | / ARM: bootm: Fix free_mem calculation when initrd is givenSascha Hauer2016-10-181-1/+1
| |_|/ |/| |
* | | ARM: i.MX Freescale Sabrelite: Use correct device tree for dl variantSascha Hauer2016-10-171-2/+2
|/ /
* | ARM: imx6: add support for Auvidea H100Lucas Stach2016-10-114-2/+97
* | ARM: microsom: use imx6q_barebox_entryLucas Stach2016-10-111-7/+6
* | Merge branch 'for-next/usb'Sascha Hauer2016-10-102-0/+4
|\ \
| * | usb: imx-us-phy: Convert driver to generic phy supportSascha Hauer2016-09-292-0/+4
* | | Merge branch 'for-next/mvebu'Sascha Hauer2016-10-1010-6/+168
|\ \ \
| * | | ARM: mvebu: add support for Netgear RN2120Uwe Kleine-König2016-10-078-0/+155
| * | | ARM: mvebu: select HAVE_DEFAULT_ENVIRONMENT_NEWUwe Kleine-König2016-09-162-0/+3
| * | | ARM: mvebu_defconfig: enable all machines, AEABI, nand and net driverUwe Kleine-König2016-09-161-0/+4
| * | | ARM: mvebu_defconfig: oldconfigUwe Kleine-König2016-09-161-6/+6
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2016-10-102-8/+6
|\ \ \
| * | | sandbox: Makefile: drop unused SUBARCH stuffAntony Pavlov2016-10-041-5/+0
| * | | convert users to %pI4Sascha Hauer2016-09-221-3/+6
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2016-10-1022-131/+588
|\ \ \
| * | | i.MX: Register imx6_fixup_cpus() for MX6Q+ as wellAndrey Smirnov2016-10-041-1/+2
| * | | i.MX: Introduce imx6_cpu_revision()Andrey Smirnov2016-10-042-37/+37
| * | | ARM: i.MX6: gate PCIe when unusedJan Luebbe2016-09-221-1/+4
| * | | ARM: i.MX6: fix clock gatingJan Luebbe2016-09-221-2/+2
| * | | ARM: i.MX6: remove duplicate clock initializationJan Luebbe2016-09-221-13/+4
| * | | ARM: imx6qp: set NoC regulator to bypassLucas Stach2016-09-222-0/+14
| * | | ARM: imx6: don't execute IPU QoS setup on MX6 SX/SLLucas Stach2016-09-221-0/+4
| * | | ARM: imx6: split out IPU QoS setupLucas Stach2016-09-221-2/+9
| * | | ARM: vincell_defconfig: make smallerSascha Hauer2016-09-221-3/+1
| * | | ARM: imx_v7_defconfig: Enable Vincell supportSascha Hauer2016-09-221-1/+3
| * | | ARM: i.MX53 Vincell: Add NAND xload supportSascha Hauer2016-09-222-0/+18
| * | | ARM: i.MX53: Implement NAND xloadSascha Hauer2016-09-223-1/+310
| * | | mtd: imx-nand: Move v3 register definitions to include fileSascha Hauer2016-09-221-0/+49
| * | | ARM: i.MX53: Detect booting from USBSascha Hauer2016-09-221-0/+6
| * | | ARM: i.MX: Provide bootsource functions for early boot codeSascha Hauer2016-09-222-23/+72
| * | | ARM: i.MX53: do not pass base address to imx*_boot_save_locSascha Hauer2016-09-228-19/+26
| * | | ARM: i.MX53 Vincell: Add PBL console supportSascha Hauer2016-09-221-21/+29
| * | | ARM: i.MX53 Vincell: Adjust bbu handler partition size to real partition sizeSascha Hauer2016-09-221-1/+1
| * | | ARM: i.MX53 Vincell: Reset phy consistently from device treeSascha Hauer2016-09-222-11/+1
| * | | ARM: i.MX53: Add uart5 clock supportSascha Hauer2016-09-221-0/+1
| |/ /
* | | Merge branch 'for-next/defenv'Sascha Hauer2016-10-10223-93/+183
|\ \ \
| * | | Make generic default environment type a use choiceSascha Hauer2016-10-1014-33/+0