Age | Commit message (Expand) | Author | Files | Lines |
2014-11-25 | sunxi: video: Add simplefb support | Luc Verhaegen | 1 | -0/+41 |
2014-11-25 | sunxi: video: Add sun6i support | Hans de Goede | 1 | -0/+30 |
2014-11-25 | sunxi: video: Add cfb console driver for sunxi | Luc Verhaegen | 2 | -0/+381 |
2014-11-24 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 12 | -0/+276 |
2014-11-24 | Merge git://git.denx.de/u-boot-dm | Tom Rini | 12 | -286/+625 |
2014-11-24 | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 3 | -26/+107 |
2014-11-24 | sata: implement reset_sata for dwc_ahsata | Nikita Kiryanov | 7 | -0/+51 |
2014-11-23 | fs: API changes enabling extra parameter to return size of type loff_t | Suriyan Ramasami | 1 | -5/+5 |
2014-11-23 | pci: Honour pci_skip_dev() | Thierry Reding | 1 | -0/+3 |
2014-11-23 | sata: fix a bug in init_sata() for pci-sata card | li pengbo | 1 | -1/+1 |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 29 | -86/+101 |
2014-11-22 | dm: core: remove unnecessary return condition in uclass lookup | Masahiro Yamada | 1 | -3/+0 |
2014-11-22 | dm: core: remove unnecessary return condition in driver lookup | Masahiro Yamada | 1 | -3/+0 |
2014-11-22 | dm: core: remove meaningless if conditional | Masahiro Yamada | 1 | -2/+1 |
2014-11-22 | dm: core: a trivial clean up | Masahiro Yamada | 1 | -3/+1 |
2014-11-22 | cros_ec: Fix uninitialised variable in cros_ec.c | Simon Glass | 1 | -0/+1 |
2014-11-22 | dm: spi: Use device_bind_driver() instead of our own function | Simon Glass | 2 | -23/+2 |
2014-11-22 | dm: spi: Correct handling of SPI chip selects in sandbox | Simon Glass | 2 | -11/+2 |
2014-11-22 | dm: Add a function to bind a device by driver name | Simon Glass | 1 | -0/+21 |
2014-11-22 | dm: core: Add functions to find parent and OF data | Simon Glass | 1 | -0/+5 |
2014-11-22 | dm: core: Allow access to the device's driver_id data | Simon Glass | 2 | -6/+19 |
2014-11-21 | DM: thermal: Add imx thermal DM driver | Ye.Li | 4 | -0/+217 |
2014-11-21 | dm: tegra: Add platform data for the SPL uart | Simon Glass | 1 | -0/+16 |
2014-11-21 | dm: Allow stdio registration to be dropped | Simon Glass | 1 | -3/+7 |
2014-11-21 | dm: Allow device removal features to be dropped | Simon Glass | 3 | -169/+189 |
2014-11-21 | dm: serial: Support changing the baud rate | Simon Glass | 1 | -0/+67 |
2014-11-21 | dm: at91: Add driver model support for the serial driver | Simon Glass | 1 | -0/+84 |
2014-11-21 | dm: at91: Refactor serial driver slightly for driver model | Simon Glass | 1 | -9/+23 |
2014-11-21 | dm: at91: Add driver model support for atmel GPIO driver | Simon Glass | 1 | -54/+187 |
2014-11-21 | x86: ivybridge: Add support for early GPIO init | Simon Glass | 1 | -10/+69 |
2014-11-21 | dm: gpio: Add a function to read an ID from a list of GPIOs | Simon Glass | 1 | -0/+19 |
2014-11-21 | dm: serial: Move current serial port pointer to global_data | Simon Glass | 1 | -16/+19 |
2014-11-20 | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 6 | -23/+0 |
2014-11-20 | replace DIV_ROUND with DIV_ROUND_CLOSEST | Masahiro Yamada | 1 | -2/+2 |
2014-11-20 | ARM: remove CONFIG_ARM920T defines | Masahiro Yamada | 1 | -1/+1 |
2014-11-20 | mmc: fsl_esdhc: Update esdhc driver for iMX6SX | Ye.Li | 1 | -0/+8 |
2014-11-19 | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Tom Rini | 1 | -0/+1 |
2014-11-19 | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 3 | -380/+306 |
2014-11-19 | mtd: Handle 29LV800BT | Dirk Eibach | 1 | -0/+51 |
2014-11-19 | mtd, cfi, ubi: add missing writebufsize initialization | Heiko Schocher | 1 | -0/+1 |
2014-11-17 | net: macb: enable GMAC IP without GE feature support | Bo Shen | 1 | -1/+7 |
2014-11-17 | mtd: atmel_nand: runtime to build gf table for pmecc | Josh Wu | 2 | -1/+78 |
2014-11-17 | spl, mtd, nand, atmel_nand: invert device ready pin logic | Heiko Schocher | 1 | -3/+3 |
2014-11-17 | spl, nand, atmel_nand: add erase one block function | Heiko Schocher | 1 | -0/+33 |
2014-11-17 | mtd: atmel_nand: add missing include | Heiko Schocher | 1 | -0/+1 |
2014-11-17 | spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header | Heiko Schocher | 1 | -0/+4 |
2014-11-17 | net: macb: write mac address when initialization | Bo Shen | 1 | -0/+9 |
2014-11-17 | Merge branch 'master' of git://git.denx.de/u-boot-sh | Tom Rini | 1 | -1/+1 |
2014-11-17 | blackfin: convert to use CONFIG_SYS_I2C framework | Scott Jiang | 1 | -142/+60 |
2014-11-17 | adi_i2c: convert to use general io accessors. | Scott Jiang | 1 | -68/+77 |