aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-10-15tegra20: rework UART GPIO handlingLucas Stach2-5/+1
2012-10-15tegra20: add clock_set_pllout functionLucas Stach5-3/+67
2012-10-15tegra20: complete periph_id enumLucas Stach2-0/+7
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren34-467/+585
2012-10-15Tegra20: Move some code files to common directories for upcoming Tegra30 patc...Tom Warren16-5/+145
2012-10-15tegra20: add USB ULPI init codeLucas Stach2-27/+155
2012-10-15tegra20: port to new ehci interfaceLucas Stach2-13/+6
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach1-1/+9
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach6-11/+11
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese2-15/+0
2012-10-15ppc4xx: Remove ML2 board supportStefan Roese1-1/+1
2012-10-15ppc4xx: Remove IOP480 supportStefan Roese7-400/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut8-16/+0
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut13-529/+39
2012-10-15serial: mxs: spl: Remove empty serial_* functions from SPL codeMarek Vasut1-4/+0
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driverMarek Vasut1-14/+69
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driverMarek Vasut1-14/+69
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driverMarek Vasut1-6/+59
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driverMarek Vasut1-11/+60
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial driversMarek Vasut2-22/+120
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 serial driverMarek Vasut1-6/+61
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx serial driverMarek Vasut1-21/+74
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driverMarek Vasut1-6/+61
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driverMarek Vasut1-6/+61
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driverMarek Vasut1-10/+64
2012-10-15serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTIMarek Vasut1-7/+30
2012-10-15serial: bfin: Adjust serial_register_bfin_uart()Marek Vasut1-1/+1
2012-10-15serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut1-0/+16
2012-10-15serial: mpc8xx: Move serial registration from serial_initialize()Marek Vasut1-0/+11
2012-10-15serial: Properly spell out the structure member names of serial_driverMarek Vasut3-41/+41
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut1-2/+2
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut2-3/+1
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD3-5/+8
2012-10-08arm: armv7: omap3: Fix restore sequence in lowlevel_initAlbert ARIBAUD1-5/+4
2012-10-08arm: rmobile: bugfix: wrong register saving in lowlevel_initTetsuyuki Kobayashi1-11/+1
2012-10-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+2
2012-10-05arm: armv7: temporarily set -mno-unaligned-accessAlbert ARIBAUD1-0/+2
2012-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini62-27/+9051
2012-10-04ARM: Add Altera SOCFPGA Cyclone5Dinh Nguyen11-0/+529
2012-10-04arm: Support new Xilinx Zynq platformMichal Simek3-0/+232
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo12-0/+12
2012-10-04arm: Add CONFIG_OF_BOARD_SETUP support to bootmJoe Hershberger1-0/+3
2012-10-04arm: Remove additional config flagsMichal Simek2-10/+0
2012-10-04armv7 cpu_init_crit: Simplify codeBenoît Thébaudeau1-4/+1
2012-10-04arm: work around assembler bugAllen Martin1-0/+18
2012-10-04ARM: increase lmb stack space reservation to 4KBRob Herring1-2/+2
2012-10-03Merge remote-tracking branch 'u-boot-marvell/master'Albert ARIBAUD4-9/+54
2012-10-03ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.hDinh Nguyen2-2/+0
2012-10-03kirkwood: implement kw_sdram_size_adjustGerlando Falauto2-0/+12
2012-10-03kirkwood: implement kw_sdram_bs_set()Gerlando Falauto1-0/+24