summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: atmel: Add ifdef for DM_GPIO codeJagan Teki2018-04-061-2/+12
* Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2018-04-062-2/+3
|\
| * mmc: use core clock frequency in bcm2835 sdhostJonathan Gray2018-04-052-2/+3
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-046-146/+218
|\ \ | |/ |/|
| * sunxi: revert disabling of featuresAndre Przywara2018-04-041-2/+0
| * net: sun8i-emac: remove support for old bindingAndre Przywara2018-04-041-53/+25
| * net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara2018-04-041-8/+51
| * net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara2018-04-041-13/+39
| * sunxi: gpio: add missing compatible stringsAndre Przywara2018-04-041-0/+3
| * sunxi: move the NAND parameters to KconfigMiquel Raynal2018-04-031-0/+22
| * sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal2018-04-031-0/+1
| * sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal2018-04-031-0/+1
| * sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal2018-04-031-1/+1
| * spl: nand: sunxi: use PIO instead of DMAMiquel Raynal2018-04-031-80/+55
| * spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal2018-04-031-1/+2
| * spl: nand: sunxi: make the reset column helper more genericMiquel Raynal2018-04-031-5/+5
| * spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal2018-04-031-3/+12
| * spl: nand: sunxi: create an helper to handle command executionMiquel Raynal2018-04-031-21/+21
| * spl: nand: sunxi: add missing status clearMiquel Raynal2018-04-031-0/+1
| * spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal2018-04-031-0/+19
| * spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal2018-04-031-20/+14
| * spl: nand: sunxi: fix typo on register nameMiquel Raynal2018-04-031-3/+3
| * spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal2018-04-031-2/+3
| * mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal2018-04-031-1/+7
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-04-015-26/+57
|\ \
| * | core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-012-7/+15
| * | dm: core: make fixed-clock dt scan live dt compatibleAndy Yan2018-04-011-5/+11
| * | pinctrl-uclass: convert to use live dtKever Yang2018-03-311-14/+5
| * | core: add uclass_get_device_by_phandle_id() apiKever Yang2018-03-311-0/+26
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2018-03-305-53/+791
|\ \ \
| * | | arm64: a37xx: pci: add support for aardvark pcie driverWilson Ding2018-03-303-0/+701
| * | | arm64: a37xx: pinctrl: Correct mpp definitionsKen Ma2018-03-301-6/+7
| * | | arm64: a37xx: pinctrl: Fix gpio pin offset in registerKen Ma2018-03-301-8/+8
| * | | arm64: a37xx: pinctrl: Fix the pin 23 on south bridgeKen Ma2018-03-301-5/+16
| * | | arm64: a37xx: pinctrl: Fix number of pin in south bridgeKen Ma2018-03-301-1/+1
| * | | dm: pcie: designware: add correct ATU handlingIgal Liberman2018-03-301-33/+58
| |/ /
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2018-03-302-5/+8
|\ \ \
| * | | x86: mmc: Fix mapping of BAR memoryBernhard Messerklinger2018-03-301-3/+2
| * | | dm: pci: Avoid setting a PCI region that has 0 sizeBin Meng2018-03-301-2/+3
| * | | dm: pci: Check board information pointer in decode_regions()Bin Meng2018-03-301-0/+3
| |/ /
* | | Merge git://git.denx.de/u-boot-riscvTom Rini2018-03-305-254/+131
|\ \ \
| * | | mmc: ftsdc010: Merge nds32_mmc to ftsdc010Rick Chen2018-03-305-165/+133
| * | | mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to KconfigRick Chen2018-03-301-0/+7
| * | | mmc: ftsdc010: Drop non-dm codeRick Chen2018-03-302-103/+0
| * | | mmc: ftsdc010: Support High-Speed modeRick Chen2018-03-301-0/+5
| |/ /
* | | rockchip: sdhci: support 8bit bus-widthPhilipp Tomsich2018-03-281-0/+8
* | | rockchip: clk: rk3188: update dpll settings to make EMAC workAlexander Kochetkov2018-03-281-1/+1
* | | video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal2018-03-281-1/+1
* | | video: rk3288_mipi: check in rk_mipi_ofdata_to_platdataHeinrich Schuchardt2018-03-281-1/+1
* | | video: rk3399_mipi: Combine NULL check into IS_ERR_OR_NULL()Punit Agrawal2018-03-281-1/+1