summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to KconfigAlex Kiernan2019-04-191-0/+9
* Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arcTom Rini2019-04-183-0/+210
|\
| * ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboardsEugeniy Paltsev2019-04-183-0/+210
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-173-258/+108
|\ \
| * | spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra2019-04-171-64/+68
| * | spi: ti_qspi: Drop non DM codeVignesh Raghavendra2019-04-173-200/+46
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-04-176-50/+227
|\ \ \
| * | | sunxi: update SATA driver to always use DM_SCSIAndre Przywara2019-04-173-0/+134
| * | | net: sun8i_emac: Add CLK and RESET supportJagan Teki2019-04-161-15/+42
| * | | net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandleJagan Teki2019-04-161-28/+27
| * | | net: sunxi_emac: Add CLK supportJagan Teki2019-04-161-6/+22
| * | | clk: sunxi: r40: Fix GMAC reset reg offsetJagan Teki2019-04-161-1/+2
| |/ /
* | | Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini2019-04-174-53/+11
|\ \ \ | |_|/ |/| |
| * | net: gem: Remove phy autodetection codeMichal Simek2019-04-161-48/+0
| * | net: zynq_gem: Modify phy supported features after max-speed was setSiva Durga Prasad Paladugu2019-04-161-2/+3
| * | arm: zynq: Add an info message about post configSiva Durga Prasad Paladugu2019-04-161-0/+2
| * | ARM: zynq: Add missing i2c get_rate for fixing i2c SPLHannes Schmelzer2019-04-161-0/+2
| * | spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHzSiva Durga Prasad Paladugu2019-04-161-2/+2
| * | fpga: Replace char * with const char * for filenameTien Fong Chee2019-04-161-1/+2
| |/
* | Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2019-04-1517-22/+152
|\ \
| * | configs: move CONFIG_MXC_OCOTP to KconfigMarcel Ziswiler2019-04-131-0/+2
| * | configs: move CONFIG_USB_EHCI_VF to KconfigMarcel Ziswiler2019-04-131-0/+7
| * | Add missing space in commentMarcel Ziswiler2019-04-131-1/+1
| * | video: move ipuv3 files to subdirectoryAnatolij Gustschin2019-04-1310-8/+17
| * | video: ipuv3: add DM_VIDEO supportAnatolij Gustschin2019-04-132-7/+94
| * | ata: dwc_ahsata: Add ahci driver model supportSoeren Moch2019-04-132-0/+32
| * | ata: dwc_ahsata: Fix sector reports for large disksSoeren Moch2019-04-131-11/+3
| * | net: Kconfig: FEC: Add dependency on VF610Lukasz Majewski2019-04-131-1/+1
| * | net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski2019-04-131-0/+1
* | | Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-videoTom Rini2019-04-156-22/+113
|\ \ \ | |_|/ |/| |
| * | sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font schemeAndre Przywara2019-04-141-1/+1
| * | video/console: Factor out actual character outputAndre Przywara2019-04-141-15/+27
| * | video/console: Implement ANSI clear line commandAndre Przywara2019-04-141-0/+19
| * | video/console: Implement relative cursor movement ANSI handlingAndre Przywara2019-04-141-0/+37
| * | video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara2019-04-142-2/+12
| * | video/console: Fix DM_VIDEO font glyph array indexingAndre Przywara2019-04-142-4/+6
| * | video: backlight: Parse PWM polarity cellStefan Mavrodiev2019-04-141-0/+11
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-1412-53/+107
|\ \ \ | |/ / |/| |
| * | mtd: spi-nor-ids: Add Gigadevice gd25lq128 IDNeil Armstrong2019-04-121-0/+5
| * | dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-122-1/+9
| * | mtd: spi: Replace ad-hoc default implementation with spi_mem_opMarek Vasut2019-04-121-8/+6
| * | spi: fsl_dspi fix to stop extra transmissionsJared Bents2019-04-121-4/+26
| * | spi: spi-mem: Check if exec_op function is set before calling itBernhard Messerklinger2019-04-121-1/+1
| * | mtd: fix Coverity integer handling issueMiquel Raynal2019-04-121-3/+3
| * | mtd: spi: Add Macronix MX66U2G45F deviceMarek Vasut2019-04-121-0/+1
| * | mtd: sf_probe: remove spi-flash compatibleNeil Armstrong2019-04-121-1/+0
| * | mtd: add spi flash id s25fl064lHeiko Schocher2019-04-121-0/+1
| * | mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux versionStefan Roese2019-04-121-32/+47
| * | spi: cadence_qspi: Add quad write supportLey Foon Tan2019-04-123-3/+8
* | | Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-137-108/+92
|\ \ \