summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-12-19Merge git://git.denx.de/u-boot-x86Tom Rini
2014-12-18x86: Rename coreboot-serial to x86-serialBin Meng
2014-12-18x86: ich6-gpio: Add Intel Tunnel Creek GPIO supportBin Meng
2014-12-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-12-18dfu: dfu_get_buf: check the value of env dfu_bufsiz before usePrzemyslaw Marczak
2014-12-18gadget: f_thor: check pointers before use in download_tail()Przemyslaw Marczak
2014-12-18dfu: mmc: check if mmc device exists in mmc_block_op()Przemyslaw Marczak
2014-12-18fastboot: add support for continue commandRob Herring
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring
2014-12-16Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2014-12-16USB: gadget: atmel_usba_udc: fix transfer hang issueBo Shen
2014-12-16Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2014-12-15Merge git://git.denx.de/u-boot-x86Tom Rini
2014-12-15qe/deep-sleep: modify qe deep-sleep for generic boardZhao Qiang
2014-12-15crypto/fsl: Fix RNG instantiation failure.gaurav rana
2014-12-15net/fm: update ft_fixup_port to differentiate dual-role macShengzhou Liu
2014-12-15driver/ddr/fsl: Fix MRC_CYC calculation for DDR3York Sun
2014-12-13x86: ich-spi: Add Intel Tunnel Creek SPI controller supportBin Meng
2014-12-13x86: Add a simple superio driver for SMSC LPC47MBin Meng
2014-12-13x86: ich6-gpio: Move setup_pch_gpios() to board support codesBin Meng
2014-12-13x86: ich-spi: Set the tx operation mode for ich 7Bin Meng
2014-12-13x86: ich-spi: Set the rx operation mode for ich 7Bin Meng
2014-12-13sf: Enable byte program supportJagannadha Sutradharudu Teki
2014-12-13spi: sf: Support byte program for sst spi flashBin Meng
2014-12-13spi: Fix flag collision for SST_WPSimon Glass
2014-12-13sf: Fix look for the fastest read commandJagannadha Sutradharudu Teki
2014-12-13bios_emulator: Correct ordering of includesSimon Glass
2014-12-13gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()Axel Lin
2014-12-13x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned addressBin Meng
2014-12-12Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-12-12mmc: dw_mmc: Use active DDR mode flagAndrew Gabbasov
2014-12-12mmc: Fix block length for DDR modeAndrew Gabbasov
2014-12-12mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov
2014-12-12mmc: exynos_dw-mmc: change debug messageJaehoon Chung
2014-12-12MMC: add MMC_VERSION_5_0Markus Niebel
2014-12-12MMC: fix user capacity for partitioned eMMC cardMarkus Niebel
2014-12-12mmc: Cosmetic fix for nicer, aligned device list printoutLubomir Popov
2014-12-11Merge git://git.denx.de/u-boot-dmTom Rini
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2014-12-11dm: i2c: tegra: Convert to driver modelSimon Glass
2014-12-11dm: device: Add newline to debug() messagesSimon Glass
2014-12-11dm: Add a simple EEPROM driverSimon Glass
2014-12-11dm: i2c: Add an I2C EEPROM simulatorSimon Glass
2014-12-11dm: i2c: Add a sandbox I2C driverSimon Glass
2014-12-11dm: i2c: Add I2C emulation driver for sandboxSimon Glass
2014-12-11dm: i2c: Add a uclass for I2CSimon Glass
2014-12-11dm: serial_pl01x: Add missing private data sizeSimon Glass
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada