summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1374: typo WatchdogHeinrich Schuchardt2020-04-241-1/+1
* spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes2020-04-241-0/+1
* clk: actions: Add common clock driverAmit Singh Tomar2020-04-244-34/+112
* arm: dts: sync dts for Action Semi S900Amit Singh Tomar2020-04-242-4/+3
* serial: actions: add compatible stringAmit Singh Tomar2020-04-241-0/+1
* cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan2020-04-241-2/+2
* dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2020-04-241-1/+1
* mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach2020-04-241-1/+1
* bootcount_ext: Add flag to enable/disable bootcountFrédéric Danis2020-04-241-12/+34
* eth: mtk-eth: add mt7531 switch support in mediatek eth driverLanden Chao2020-04-242-127/+577
* watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environmentCharles Frey2020-04-241-1/+9
* dm: pinctrl: Use right device pointer for configuring pinctrlWIP/23Apr2020Lokesh Vutla2020-04-231-2/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/22Apr2020Tom Rini2020-04-221-2/+2
|\
| * clk: armada-37xx-periph: fix DDR PHY clock divider valuesMarek Behún2020-04-221-2/+2
* | Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-04-228-16/+160
|\ \ | |/ |/|
| * drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt2020-04-221-1/+1
| * mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2020-04-222-10/+37
| * mmc: Add option to adjust b_max before long readMarek Vasut2020-04-222-2/+30
| * mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2020-04-222-0/+78
| * drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur2020-04-221-5/+5
| * drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur2020-04-221-1/+3
| * drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty2020-04-221-1/+1
| * drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty2020-04-221-3/+5
| * cmd: mmc: provide boot area protection commandHeinrich Schuchardt2020-04-221-0/+5
| * mmc: export mmc_send_ext_csd()Heinrich Schuchardt2020-04-221-1/+1
| * mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama2020-04-211-3/+5
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-04-211-0/+2
|\ \
| * | net: fm: fix build error when not using nandFrancois Gervais2020-04-171-0/+2
* | | Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2020-04-216-2/+1065
|\ \ \
| * | | drivers: i2c: add brcm iproc I2C driver supportRayagonda Kokatanur2020-04-204-0/+1057
| * | | i2c: muxes: pca954x: add PCA9546 variantChris Packham2020-04-202-2/+8
* | | | Merge branch '2020-04-17-master-imports'WIP/20Apr2020Tom Rini2020-04-209-14/+211
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc: fix references to driver-modelHeinrich Schuchardt2020-04-174-4/+4
| * | | tee: optee: use dev_info in print_os_revisionPatrick Delaunay2020-04-171-6/+7
| * | | block: ide: use definitions from include/libata.hHeinrich Schuchardt2020-04-171-4/+4
| * | | mediatek: pwm: add pwm driver for MediaTek SoCsSam Shih2020-04-173-0/+196
| |/ /
* | | Merge tag 'u-boot-amlogic-20200420' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-04-203-23/+67
|\ \ \
| * | | phy: meson-gxl-usb: add set_mode call to force switch to peripheral modeNeil Armstrong2020-04-202-18/+56
| * | | generic-phy: add generic_phy_get_by_node()Neil Armstrong2020-04-201-5/+11
* | | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-imxTom Rini2020-04-2010-68/+384
|\ \ \ \ | |_|/ / |/| | |
| * | | clk: imx: add i.IMXRT1020 clk driverGiulio Benetti2020-04-183-0/+244
| * | | pmic: pfuze100: Change error message level to debugFabio Estevam2020-04-181-1/+1
| * | | video: mxsfb: enable setting ENABLE negative polarityGiulio Benetti2020-04-181-0/+3
| * | | video: mxsfb: enable setting PIXDATA on negative edgeGiulio Benetti2020-04-181-0/+2
| * | | video: mxsfb: enable setting VSYNC negative polarityGiulio Benetti2020-04-181-0/+2
| * | | video: mxsfb: enable setting HSYNC negative polarityGiulio Benetti2020-04-181-4/+10
| * | | video: mxsfb: refactor for using display_timingsGiulio Benetti2020-04-181-31/+23
| * | | video: mxsfb: add support for i.MXRTGiulio Benetti2020-04-181-0/+1
| * | | video: mxsfb: add support for DM CLKGiulio Benetti2020-04-181-5/+25
| * | | sunxi: display: use common video_ctfb_mode_to_display_timing()Giulio Benetti2020-04-181-31/+2