summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-11-28clk: MediaTek: add clock driver for MT7629 SoC.Ryder Lee
2018-11-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-11-27spi: mpc8xx: Migrate to DM_SPIChristophe Leroy
2018-11-27spi: Remove unused spi_initJagan Teki
2018-11-27dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki
2018-11-27spi: pl022: Drop unnecessary include filesJagan Teki
2018-11-27spi: pl022: Simplify platdata codeJagan Teki
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer
2018-11-26clk: Add clock driver for AXGNeil Armstrong
2018-11-26ARM: meson: rework soc arch file to prepare for new SoCJerome Brunet
2018-11-26clk: meson: silence debug printJerome Brunet
2018-11-26clk: meson: add static to meson_gates tableNeil Armstrong
2018-11-26pinctrl: meson: add axg supportJerome Brunet
2018-11-26pinctrl: meson: select generic pinctrlJerome Brunet
2018-11-26pinctrl: meson: rework gx pmx functionJerome Brunet
2018-11-26net: designware: add meson meson axg compatibleNeil Armstrong
2018-11-26net: designware: add meson meson gxbb compatibleNeil Armstrong
2018-11-26mmc: meson-gx: Add AXG compatibleNeil Armstrong
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass
2018-11-26mtd: nand: Arasan: Add subpage configuration supportMartin Lund
2018-11-24spi: mtk_qspi: add qspi driver for MT7629 SoCGuochun Mao
2018-11-24spi: Add Amlogic Meson SPI Flash Controller driverNeil Armstrong
2018-11-23sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick
2018-11-22mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal
2018-11-22mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable errorMiquel Raynal
2018-11-22mtd: nand: pxa3xx: add raw read supportMiquel Raynal
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass
2018-11-20sandbox: tpm: Allow debugging of data packagesSimon Glass
2018-11-20cros_ec: Add new features for events and powerSimon Glass
2018-11-20cros_ec: Align uclass data to a cache boundarySimon Glass
2018-11-20cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass
2018-11-20cros_ec: Add error logging on a few commandsSimon Glass
2018-11-20cros_ec: Use uint instead of u8 for parametersSimon Glass
2018-11-20dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt
2018-11-20dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau
2018-11-20dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang
2018-11-20clk: meson: fix clk81 divider calculationJerome Brunet
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese
2018-11-18wdt: Add MT7621 watchdog driverStefan Roese
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt