aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-15serial: s5p: Move serial registration from serial_initialize()Marek Vasut
2012-10-15serial: pxa: Move serial registration from serial_initialize()Marek Vasut
2012-10-15serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut
2012-10-15serial: mpc8xx: Move serial registration from serial_initialize()Marek Vasut
2012-10-15serial: Implement serial_initfunc() macroMarek Vasut
2012-10-15serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config filesMarek Vasut
2012-10-15serial: pxa: Make local functions staticMarek Vasut
2012-10-15serial: pxa: Make use of default_serial_console in serial_pxaMarek Vasut
2012-10-15serial: pxa: Implement default_serial_console in serial_pxa.cMarek Vasut
2012-10-15serial: Properly spell out the structure member names of serial_driverMarek Vasut
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut
2012-10-15serial: Coding style cleanup of struct serial_deviceMarek Vasut
2012-10-15COMMON: Use __stringify() instead of rest of implementationsMarek Vasut
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut
2012-10-15COMMON: Use __stringify() instead of xstr()Marek Vasut
2012-10-15COMMON: Add __stringify() functionMarek Vasut
2012-10-15SPL: Remove setting GD_FLG_RELOC in preloader_console_init()Tom Rini
2012-10-15MAINTAINERS: Move dbau1x00 to orphaned.Tom Rini
2012-10-15gth2: Remove this platformTom Rini
2012-10-15common: cmd_elf.c: use uintptr_t for casts from u32 to void*Daniel Schwierzeck
2012-10-15common: cmd_elf.c: fix checkpath.pl warningsDaniel Schwierzeck
2012-10-15lib: vsprintf.c: replace NUM_TYPE with s64/u64 typesDaniel Schwierzeck
2012-10-15lib: vsprintf.c: fix checkpath.pl warningsDaniel Schwierzeck
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-15Prepare v2012.10v2012.10Tom Rini
2012-10-12m28: Properly configure the SPI flash chipselectMarek Vasut
2012-10-08Prepare v2012.10-rc3v2012.10-rc3Tom Rini
2012-10-08arm: armv7: omap3: Fix restore sequence in lowlevel_initAlbert ARIBAUD
2012-10-08yaffs2: Fix GCC 4.6 compile warningsAnatolij Gustschin
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren
2012-10-08arm: rmobile: bugfix: wrong register saving in lowlevel_initTetsuyuki Kobayashi
2012-10-08ide: Correct IDE_BUS(dev) macroLuka Perkov
2012-10-08GPIO: pca953x: fix error reportingLaurence Withers
2012-10-08GPIO: pca953x: fix spelling in helpLaurence Withers
2012-10-08ml507: Fix Xilinx uartlite driver hangRommel Custodio
2012-10-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-10-05arm: armv7: temporarily set -mno-unaligned-accessAlbert ARIBAUD
2012-10-05MAINTAINERS: Add Tetsuyuki Kobayshi for kzm9gTetsuyuki Kobayashi
2012-10-05env: fix crash using default -f -aGerlando Falauto
2012-10-05Improve license declaration for cmd_ini.hJoe Hershberger
2012-10-05MPC85xx: remove support for TQM85xx boardsWolfgang Denk
2012-10-05sh: ap_sh4a_4a: Fixed initialization value of DDR memoryNobuhiro Iwamatsu
2012-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-10-04ARM: Add Altera SOCFPGA Cyclone5Dinh Nguyen
2012-10-04snowball: Clear UART RX FIFORamesh Chandrasekaran
2012-10-04xilinx: Add new Zynq boardMichal Simek
2012-10-04arm: Support new Xilinx Zynq platformMichal Simek
2012-10-04serial: Add Zynq serial driverMichal Simek
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo