aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driverMarek Vasut1-9/+64
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driverMarek Vasut1-7/+61
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driverMarek Vasut1-7/+61
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driverMarek Vasut1-7/+59
2012-10-15serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driverMarek Vasut1-6/+61
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driverMarek Vasut1-6/+59
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driverMarek Vasut1-6/+59
2012-10-15serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driverMarek Vasut1-7/+60
2012-10-15serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driverMarek Vasut1-6/+59
2012-10-15serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF serial driverMarek Vasut1-6/+59
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx serial driverMarek Vasut1-23/+48
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into atmel serial driverMarek Vasut1-6/+61
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driverMarek Vasut1-12/+73
2012-10-15serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driverMarek Vasut1-6/+67
2012-10-15serial: ns16550: Move serial registration from serial_initialize()Marek Vasut1-0/+16
2012-10-15serial: microblaze: Move serial registration from serial_initialize()Marek Vasut1-0/+16
2012-10-15serial: zynq: Move serial registration from serial_initialize()Tom Rini1-0/+10
2012-10-15serial: s5p: Move serial registration from serial_initialize()Marek Vasut1-0/+8
2012-10-15serial: pxa: Move serial registration from serial_initialize()Marek Vasut1-0/+13
2012-10-15serial: s3c24xx: Move serial registration from serial_initialize()Marek Vasut1-0/+7
2012-10-15serial: pxa: Make local functions staticMarek Vasut1-3/+3
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 Vasut5-44/+47
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut1-2/+2
2012-10-08GPIO: pca953x: fix error reportingLaurence Withers1-14/+35
2012-10-08GPIO: pca953x: fix spelling in helpLaurence Withers1-1/+1
2012-10-05MPC85xx: remove support for TQM85xx boardsWolfgang Denk1-5/+5
2012-10-04serial: Add Zynq serial driverMichal Simek2-0/+248
2012-10-03ARM : Add GPIO Driver and IOMUX definition for S3C2440Gabriel Huau2-0/+96
2012-10-03i2c: sh: Remove irq_wait functionNobuhiro Iwamatsu1-16/+0
2012-10-01da850/omap-l138: davinci_emac: Suppress auto negotiation if neededBastian Ruppert1-1/+2
2012-10-01video: cfb_console: add function to plot the logo area blackBastian Ruppert1-4/+42
2012-10-01video: cfb_console: logo can be positioned via the splashpos variableBastian Ruppert1-25/+69
2012-09-30Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD210-925/+73554
2012-09-29Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD1-0/+20
2012-09-29Merge remote-tracking branch 'u-boot-atmel/master'Albert ARIBAUD2-3/+19
2012-09-28remove unnecessary code in ata_piixPavel Herrmann1-3/+0
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini164-124/+70614
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini1-11/+12
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini2-65/+0
2012-09-27FEC: Replace magic contantsMarek Vasut2-3/+6
2012-09-27FEC: Rework the TX wait mechanismMarek Vasut1-9/+11
2012-09-27FEC: Remove endless loop in the FEC driverMarek Vasut1-1/+13
2012-09-27FEC: Properly align address over the buffers for cache opsMarek Vasut1-6/+8
2012-09-27FEC: Do not pass unaligned buffer to network stackMarek Vasut1-1/+2
2012-09-27net: Add Vitesse VSC8662 PHY supportPriyanka Jain1-4/+14
2012-09-27net/phy: support the mv88e6352 switchValentin Longchamp2-0/+319
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini2-1/+140
2012-09-26net: Add driver for Zynq Gem IPMichal Simek2-0/+441
2012-09-26net: asix: add AX88772B supportLucas Stach1-12/+23