aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_RSTSimon Glass1-6/+0
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_MEMSimon Glass1-10/+0
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_INFOSimon Glass1-8/+0
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-0/+1
2017-05-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini5-26/+48
2017-05-18usb: lpc32xx: add i2c DM supportLiam Beguin1-18/+46
2017-05-18pinctrl: imx: fix memory leakPeng Fan1-0/+4
2017-05-18gpio: 74x164: make oe-pins optionalPeng Fan1-2/+1
2017-05-18spi: kconfig: add soft spi Kconfig entryPeng Fan1-0/+6
2017-05-18thermal: imx: fix calculationPeng Fan1-4/+6
2017-05-18imx: thermal: update imx6 thermal driver according new equationPeng Fan1-17/+21
2017-05-18net: fec_mxc: specify the registered eth index by dev_idAndy Duan1-2/+9
2017-05-18net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuseAndy Duan1-2/+2
2017-05-18net: fec: do not access reserved register for i.MX6ULLPeng Fan1-1/+1
2017-05-17x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng1-5/+25
2017-05-17spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exitStefan Roese2-7/+65
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese1-5/+11
2017-05-17serial: serial-uclass: Use force parameter in stdio_deregister_dev()Stefan Roese1-1/+1
2017-05-17x86: Convert MMC to driver modelSimon Glass1-26/+60
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng1-0/+14
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini8-47/+117
2017-05-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini9-80/+129
2017-05-16mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMDWenyou Yang1-2/+2
2017-05-15sunxi: video: Split out TVE codeJernej Skrabec3-62/+99
2017-05-15video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich1-2/+2
2017-05-15rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMIPhilipp Tomsich4-1/+12
2017-05-15video: dw_hdmi: Select HDMI mode only if monitor supports itJernej Skrabec1-15/+16
2017-05-15Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini3-22/+0
2017-05-15power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabledAdam Ford1-0/+1
2017-05-15Kconfig: OMAP: USB: Migrate CONFIG_USB_EHCI_OMAP to KconfigTom Rini1-0/+8
2017-05-15Kconfig: USB: Migrate existing USB_EHCI_xxx optionsTom Rini1-2/+2
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to KconfigTom Rini1-0/+1
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2-7/+1
2017-05-15watchdog: Migrate OMAP_WATCHDOG to KconfigTom Rini1-0/+8
2017-05-15omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED supportTom Rini1-1/+2
2017-05-15gpio: Move OMAP_GPIO to KconfigTom Rini1-0/+8
2017-05-15omap4: Drop redundant CONFIG_OMAP4430 symbolTom Rini3-4/+4
2017-05-15omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when neededTom Rini2-2/+2
2017-05-15TI: Drop 'CONFIG_OMAP'Tom Rini1-7/+3
2017-05-15omap24xx_i2c.c: Drop references to CONFIG_OMAP243XTom Rini1-3/+3
2017-05-15mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada2-16/+13
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada3-10/+6
2017-05-15mmc: sdhci-cadence: import updates from Linux 4.12Masahiro Yamada1-10/+57
2017-05-15mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang1-7/+11
2017-05-15drivers: omap_hsmmc: move to DM_MMC_OPSJean-Jacques Hiblot2-7/+33
2017-05-15i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass2-18/+0
2017-05-15i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass1-4/+0
2017-05-13Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-5/+1
2017-05-12gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini1-1/+1
2017-05-12net: uli526x: Fix unknown storage size errorTom Rini1-1/+0