aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-17clk: clk_stm32f7: fix PLL clock division factorPatrice Chotard1-7/+9
2017-11-17mmc: arm_pl180_mmci: add .getcd callbackPatrice Chotard2-2/+26
2017-11-17mmc: arm_pl180_mmci: add clock supportPatrice Chotard1-2/+14
2017-11-17mmc: arm_pl180_mmci: add bus_width DT property supportPatrice Chotard1-0/+16
2017-11-17mmc: arm_pl180_mmci: adapt driver to DM usagePatrice Chotard3-12/+129
2017-11-17mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard2-6/+6
2017-11-17omap2: nand: Make NAND_OMAP_GPMC_PREFETCH defaultTom Rini1-0/+1
2017-11-17net: phy: Add Amlogic Meson GXL Internal PHY supportNeil Armstrong4-0/+64
2017-11-17pinctrl: meson: Add GXL SupportNeil Armstrong3-0/+741
2017-11-16Merge git://www.denx.de/git/u-boot-marvellTom Rini2-4/+5
2017-11-16mvebu: usb: xhci: a38x supportJon Nettleton1-2/+3
2017-11-16pci: mvebu: Increase size of PCIe default mappingVlaoMao1-2/+2
2017-11-15driver: net: fsl-mc: Use base 16 in simple_strtoulPrabhakar Kushwaha1-1/+1
2017-11-14mtd: nand: fsl-ifc: fix support of multiple NAND devicesKurt Kanzenbach1-9/+6
2017-11-14drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire()Ashish Kumar1-1/+1
2017-11-10net: sun8i_emac: Fix build for non-H3/H5 SoCsChen-Yu Tsai1-0/+3
2017-11-09Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-6/+13
2017-11-09sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC usersArtturi Alm1-0/+1
2017-11-09sunxi: fix CONFIG_SUNXI_EMAC referencesArtturi Alm1-1/+1
2017-11-07mmc: fsl_esdhc: Fix PIO timeoutBenoît Thébaudeau1-13/+13
2017-11-06tpm: st33zp24: fix STMicroelectronics copyrightPatrice Chotard2-2/+4
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard9-18/+19
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard8-17/+19
2017-11-06video: sunxi: de2: fix SimpleFB node creation when HDMI not initializedIcenowy Zheng1-5/+11
2017-11-03scsi: ceva: Start port in probeMichal Simek1-1/+6
2017-11-01rockchip: rk3399: init CPU clock when rkclk_init()Kever Yang1-78/+79
2017-10-30net: fec_mxc: Change "error frame" message to debug levelFabio Estevam1-1/+1
2017-10-29Merge git://git.denx.de/u-boot-videoTom Rini16-187/+983
2017-10-29exynos: video: fix typo in DisplayPort driverDongjin Kim1-1/+1
2017-10-29video/da8xx-fb: Cache-align memory allocationsNiko Mauno1-4/+4
2017-10-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini3-20/+29
2017-10-27usb: host: Move CONFIG_XHCI_FSL to KconfigRan Wang1-0/+6
2017-10-27armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_IDAshish Kumar1-2/+2
2017-10-27driver: fsl-mc: use calloc instead mallocPrabhakar Kushwaha1-18/+21
2017-10-27i2c: fti2c010: remove unused/unmaintained driverMasahiro Yamada3-421/+0
2017-10-27i2c: adi_i2c: remove left-over Blackfin I2C driverMasahiro Yamada2-310/+0
2017-10-27Merge git://git.denx.de/u-boot-x86Tom Rini2-0/+23
2017-10-27sunxi: video: add LCD support to DE2 driverVasily Khoruzhick3-1/+170
2017-10-27sunxi: video: split out PLL configuration codeVasily Khoruzhick2-116/+129
2017-10-27spi: ich: Lock down controller settings if requiredBin Meng2-0/+23
2017-10-26video: add anx6345 DM driverVasily Khoruzhick3-0/+435
2017-10-26video: anx9804: split out registers definitions into a separate headerVasily Khoruzhick2-53/+99
2017-10-26dm: video: bridge: add operation to read EDIDVasily Khoruzhick1-0/+10
2017-10-26sunxi: setup simplefb for Allwinner DE2Icenowy Zheng2-1/+73
2017-10-26video: add an option for video simplefb via DTIcenowy Zheng1-0/+8
2017-10-26video: sunxi: extract simplefb match code to a new fileIcenowy Zheng4-12/+55
2017-10-25SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXIAndre Przywara1-0/+1
2017-10-23rtc: mc146818: Correct alarm message for day alarmBin Meng1-1/+1
2017-10-23simple-bus: remove DECLARE_GLOBAL_DATA_PTRMasahiro Yamada1-2/+0
2017-10-23mtd: replace MTDDEBUG() with pr_debug()Masahiro Yamada6-59/+51