aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell serial driverMarek Vasut2-13/+69
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driverMarek Vasut2-14/+71
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driverMarek Vasut2-14/+71
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driverMarek Vasut2-6/+61
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driverMarek Vasut2-11/+62
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial driversMarek Vasut3-22/+124
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 serial driverMarek Vasut2-6/+63
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx serial driverMarek Vasut2-21/+76
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driverMarek Vasut2-6/+63
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driverMarek Vasut2-6/+63
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driverMarek Vasut2-10/+67
2012-10-15serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTIMarek Vasut3-8/+33
2012-10-15serial: zoom2: Remove zoom2 serial prototypes from serial.hMarek Vasut3-9/+7
2012-10-15serial: bfin: Adjust serial_register_bfin_uart()Marek Vasut3-8/+3
2012-10-15serial: bfin: Remove the bfin_serialN_device exports from serial.hMarek Vasut1-4/+0
2012-10-15serial: ns16550: Move serial registration from serial_initialize()Marek Vasut3-20/+20
2012-10-15serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut3-21/+18
2012-10-15serial: microblaze: Move serial registration from serial_initialize()Marek Vasut3-21/+18
2012-10-15serial: zynq: Move serial registration from serial_initialize()Tom Rini3-13/+12
2012-10-15serial: s5p: Move serial registration from serial_initialize()Marek Vasut3-13/+10
2012-10-15serial: pxa: Move serial registration from serial_initialize()Marek Vasut3-13/+15
2012-10-15serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut3-11/+9
2012-10-15serial: mpc8xx: Move serial registration from serial_initialize()Marek Vasut2-8/+14
2012-10-15serial: Implement serial_initfunc() macroMarek Vasut1-0/+8
2012-10-15serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config filesMarek Vasut3-0/+3
2012-10-15serial: pxa: Make local functions staticMarek Vasut1-3/+3
2012-10-15serial: pxa: Make use of default_serial_console in serial_pxaMarek Vasut17-36/+10
2012-10-15serial: pxa: Implement default_serial_console in serial_pxa.cMarek Vasut1-0/+16
2012-10-15serial: Properly spell out the structure member names of serial_driverMarek Vasut9-93/+96
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut4-14/+14
2012-10-15serial: Coding style cleanup of struct serial_deviceMarek Vasut1-12/+11
2012-10-15COMMON: Use __stringify() instead of rest of implementationsMarek Vasut4-19/+12
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut51-471/+448
2012-10-15COMMON: Use __stringify() instead of xstr()Marek Vasut18-147/+104
2012-10-15COMMON: Add __stringify() functionMarek Vasut2-0/+13
2012-10-15SPL: Remove setting GD_FLG_RELOC in preloader_console_init()Tom Rini1-1/+0
2012-10-15MAINTAINERS: Move dbau1x00 to orphaned.Tom Rini1-4/+9
2012-10-15gth2: Remove this platformTom Rini14-1793/+1
2012-10-15common: cmd_elf.c: use uintptr_t for casts from u32 to void*Daniel Schwierzeck1-3/+4
2012-10-15common: cmd_elf.c: fix checkpath.pl warningsDaniel Schwierzeck1-95/+94
2012-10-15lib: vsprintf.c: replace NUM_TYPE with s64/u64 typesDaniel Schwierzeck1-6/+5
2012-10-15lib: vsprintf.c: fix checkpath.pl warningsDaniel Schwierzeck1-50/+77
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD10-20/+157
2012-10-15Prepare v2012.10v2012.10Tom Rini1-1/+1
2012-10-12m28: Properly configure the SPI flash chipselectMarek Vasut1-3/+5
2012-10-08Prepare v2012.10-rc3v2012.10-rc3Tom Rini1-1/+1
2012-10-08arm: armv7: omap3: Fix restore sequence in lowlevel_initAlbert ARIBAUD1-5/+4
2012-10-08yaffs2: Fix GCC 4.6 compile warningsAnatolij Gustschin5-40/+14
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren1-12/+9
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren1-1/+1