summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | imx: thermal: update imx6 thermal driver according new equationPeng Fan2017-05-181-17/+21
| * | net: fec_mxc: specify the registered eth index by dev_idAndy Duan2017-05-181-2/+9
| * | net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuseAndy Duan2017-05-181-2/+2
| * | net: fec: do not access reserved register for i.MX6ULLPeng Fan2017-05-181-1/+1
* | | usb: lpc32xx: add i2c DM supportLiam Beguin2017-05-181-18/+46
|/ /
* | x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng2017-05-171-5/+25
* | spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exitStefan Roese2017-05-172-7/+65
* | dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese2017-05-171-5/+11
* | serial: serial-uclass: Use force parameter in stdio_deregister_dev()Stefan Roese2017-05-171-1/+1
* | x86: Convert MMC to driver modelSimon Glass2017-05-171-26/+60
* | x86: pci: Allow conditionally run VGA rom in S3Bin Meng2017-05-171-0/+14
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-168-47/+117
|\ \
| * | mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMDWenyou Yang2017-05-161-2/+2
| * | mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada2017-05-152-16/+13
| * | mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-153-10/+6
| * | mmc: sdhci-cadence: import updates from Linux 4.12Masahiro Yamada2017-05-151-10/+57
| * | mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang2017-05-151-7/+11
| * | drivers: omap_hsmmc: move to DM_MMC_OPSJean-Jacques Hiblot2017-05-152-7/+33
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-05-159-80/+129
|\ \
| * | sunxi: video: Split out TVE codeJernej Skrabec2017-05-153-62/+99
| * | video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich2017-05-151-2/+2
| * | rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMIPhilipp Tomsich2017-05-154-1/+12
| * | video: dw_hdmi: Select HDMI mode only if monitor supports itJernej Skrabec2017-05-151-15/+16
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-05-153-22/+0
|\ \
| * | i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass2017-05-152-18/+0
| * | i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-151-4/+0
| |/
* | power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabledAdam Ford2017-05-151-0/+1
* | Kconfig: OMAP: USB: Migrate CONFIG_USB_EHCI_OMAP to KconfigTom Rini2017-05-151-0/+8
* | Kconfig: USB: Migrate existing USB_EHCI_xxx optionsTom Rini2017-05-151-2/+2
* | Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to KconfigTom Rini2017-05-151-0/+1
* | Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2017-05-152-7/+1
* | watchdog: Migrate OMAP_WATCHDOG to KconfigTom Rini2017-05-151-0/+8
* | omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED supportTom Rini2017-05-151-1/+2
* | gpio: Move OMAP_GPIO to KconfigTom Rini2017-05-151-0/+8
* | omap4: Drop redundant CONFIG_OMAP4430 symbolTom Rini2017-05-153-4/+4
* | omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when neededTom Rini2017-05-152-2/+2
* | TI: Drop 'CONFIG_OMAP'Tom Rini2017-05-151-7/+3
* | omap24xx_i2c.c: Drop references to CONFIG_OMAP243XTom Rini2017-05-151-3/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2017-05-131-5/+1
|\
| * dm: ram: remove unneeded brcm,bcm63268-mc idÁlvaro Fernández Rojas2017-05-121-5/+1
* | gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini2017-05-121-1/+1
* | net: uli526x: Fix unknown storage size errorTom Rini2017-05-121-1/+0
* | net: phy: mv88e61xx: Fix uninitialized variable warningTom Rini2017-05-121-1/+3
* | net: eepro100: Fix unused variable warningTom Rini2017-05-121-6/+0
* | video: ld9040: Fix unused variable warningsTom Rini2017-05-121-16/+0
* | pci: avoid memory leakxypron.glpk@gmx.de2017-05-121-0/+1
* | common: dfu: ignore reset for spl-dfuB, Ravi2017-05-121-0/+4
* | dm: mmc: omap_hsmmc: Add pre-reloc flag to the driverLokesh Vutla2017-05-111-0/+1
* | dm: mmc: omap_hsmmc: Update to support of-platdataLokesh Vutla2017-05-111-10/+14
* | serial: omap: Support debug UARTLokesh Vutla2017-05-112-11/+43