summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini2013-08-189-24/+359
|\
| * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-08-172-4/+5
| |\
| | * Merge git://git.denx.de/u-boot-armStefano Babic2013-07-31597-9255/+2352
| | |\
| | * | mxc_ipuv3: fix memory alignment of framebufferEric Nelson2013-07-291-2/+3
| | * | mxc_gpio: Correct the GPIO handling in gpio_direction_output()Dirk Behme2013-07-241-2/+2
| * | | Prepare for TI816X : reuse existing code from TI814XTENART Antoine2013-08-151-2/+2
| * | | ARM: AM43xx: Add build supportLokesh Vutla2013-08-151-2/+3
| * | | musb: Disable extra printsLokesh Vutla2013-08-151-12/+8
| | |/ | |/|
| * | gpio: tca642x: Add the tca642x gpio expander driverDan Murphy2013-07-302-0/+334
| * | net, phy, cpsw: fix gigabit register accessHeiko Schocher2013-07-302-2/+6
| * | drivers: net: cpsw: Enable statistics for all portMugunthan V N2013-07-261-0/+1
| * | drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N2013-07-261-3/+1
| * | Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD2013-07-25595-9249/+2009
| |\ \
| * | | net: calxedaxgmac: enable rx cut-thruRob Herring2013-07-251-1/+1
| | |/ | |/|
* | | gpio: pca953x: Use ARRAY_SIZE instead of reinventing itAxel Lin2013-08-161-4/+1
* | | tegra: Avoid using I2C prior to relocationSimon Glass2013-08-131-0/+4
* | | Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-08-132-18/+25
|\ \ \
| * | | serial: arm_dcc: Register with serial coreJagannadha Sutradharudu Teki2013-08-132-6/+29
| * | | serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki2013-08-131-16/+0
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-08-132-6/+16
|\ \ \ \
| * | | | powerpc/pcie: add PCIe version 3.x supportZang Roy-R619112013-08-091-6/+14
| * | | | drivers/fm: Fix compiling error if FW location is not definedYork Sun2013-08-091-0/+2
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-videoTom Rini2013-08-1213-122/+757
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | exynos: video: change mipi dsi write function parameters correctlyDonghwa Lee2013-08-125-62/+65
| * | | | video: Encapsulate font in video_font_data.hMarek Vasut2013-08-122-2/+0
| * | | | video: add an option to skip cfb console initHeiko Schocher2013-08-101-0/+15
| * | | | video, da8xx-fb: show fb addr in bdinfoHeiko Schocher2013-08-101-0/+1
| * | | | video, da8xx-fb: changes for am335x usageHeiko Schocher2013-08-102-57/+282
| * | | | video, da8xx: move da8xx-fb.h to drivers/videoHeiko Schocher2013-08-102-1/+115
| * | | | video: add L5F31188 TFT-LCD panel driverHyungwon Hwang2013-08-102-0/+193
| * | | | video: Fix cfb_console for 4-bit wide fontMarek Vasut2013-08-101-0/+21
| * | | | video: Implement continuous screen refresh for SmartLCD into mxsfbMarek Vasut2013-08-091-0/+26
| * | | | video: Add System-Mode configuration hook into mxsfbMarek Vasut2013-08-091-0/+16
| * | | | video: Allocate the MXSFB framebuffer alignedMarek Vasut2013-08-091-1/+2
| * | | | dma: apbh: Add special circular mode for LCDMarek Vasut2013-08-091-0/+22
| |/ / /
* | | | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-08-121-1/+5
|\ \ \ \
| * | | | fpga: zynqpl: Clear loopback mode during device initSoren Brinkmann2013-08-121-0/+4
| * | | | fpga: zynqpl: Add support for zc7100 device.Michal Simek2013-08-121-1/+1
| |/ / /
* | | | sf: sst: Add support for SST25WF080Jagannadha Sutradharudu Teki2013-08-071-0/+6
* | | | spi: Add zynq spi controller driverJagannadha Sutradharudu Teki2013-08-072-0/+281
* | | | sf: Fix code cleanupsJagannadha Sutradharudu Teki2013-08-078-15/+16
* | | | sf: Fix code cleanupJagannadha Sutradharudu Teki2013-08-061-5/+6
* | | | sf: stmicro: Fix code cleanupJagannadha Sutradharudu Teki2013-08-061-4/+3
* | | | sf: sst: Fix code cleanupJagannadha Sutradharudu Teki2013-08-061-12/+20
* | | | sf: eon|spansion|ramtron: Fix code cleanupJagannadha Sutradharudu Teki2013-08-063-5/+7
* | | | spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-08-061-1/+1
* | | | spi: fsl_espi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-08-061-4/+2
|/ / /
* | | i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut2013-08-031-4/+4
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-08-018-108/+365
|\ \ \
| * | | ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov2013-07-291-1/+3
OpenPOWER on IntegriCloud