summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-04-12syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay1-24/+59
2019-04-12dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()Patrick Delaunay1-0/+3
2019-04-12dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRLPatrice Chotard1-4/+7
2019-04-12dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner1-22/+0
2019-04-12dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay2-24/+23
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-22/+19
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini29-1728/+9177
2019-04-09net: sh_eth: Initialize PHY in probe() onceMarek Vasut1-14/+17
2019-04-09pinctrl: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut7-1496/+2511
2019-04-09pinctrl: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut3-62/+81
2019-04-09pinctrl: renesas: Add TDSEL fixup for H2/E2 ES1.0 SoCsMarek Vasut2-0/+22
2019-04-09clk: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut8-130/+215
2019-04-09clk: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut4-16/+14
2019-04-09pinctrl: renesas: Add R8A77965 pin control tablesMarek Vasut5-11/+5991
2019-04-09clk: renesas: Add R8A77965 clock tablesMarek Vasut4-19/+346
2019-04-09Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini1-0/+10
2019-04-09usb: ehci-mx6: Use common code to extract dr_modeAdam Ford1-14/+15
2019-04-09usb: host: Print device name when scanningIsmael Luceno Cortes1-8/+4
2019-04-09net: macb: Add small delay after link establishmentStefan Roese1-1/+7
2019-04-09pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea1-0/+34
2019-04-09pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea1-0/+1
2019-04-09pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea1-0/+34
2019-04-09pinctrl: at91: add option to use drive strength bitsClaudiu Beznea1-5/+10
2019-04-09arm: at91: Enable watchdog supportStefan Roese1-10/+0
2019-04-09arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUTStefan Roese2-5/+3
2019-04-09watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()Stefan Roese1-12/+14
2019-04-09serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese2-0/+21
2019-04-09mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu1-1/+1
2019-04-09mtd: ubi debug: Remove the pid print from ubi_assertEran Matityahu1-0/+10
2019-04-08net: dm: fec: Support phy-reset-post-delay propertyAndrejs Cainikovs2-0/+12
2019-04-08net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer1-1/+2
2019-04-03phy: Also allow MESON_GXM for MESON_GXL_USB_PHYNeil Armstrong1-1/+1
2019-04-01clk: sunxi: a10: Add CLK_AHB_GMACJagan Teki1-0/+2
2019-03-31Merge tag 'video-fixes-for-2019.04-rc4' of git://git.denx.de/u-boot-videoTom Rini1-25/+37
2019-03-31Merge tag 'rockchip-fixes-for-2019.04' of git://git.denx.de/u-boot-rockchipTom Rini3-13/+76
2019-03-29mmc: correct the HS400 initialization processBOUGH CHEN1-2/+1
2019-03-29pinctrl: rockchip: Add 32bit writing function for rk3288 gpio0 pinctrlDavid Wu3-13/+76
2019-03-29sunxi: video: HDMI: Fix clock setupJernej Skrabec1-25/+37
2019-03-27Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini3-8/+57
2019-03-26Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay1-0/+36
2019-03-25mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IPMarek Vasut1-1/+4
2019-03-25mmc: sh_mmcif: Set default MMCIF clock rateMarek Vasut1-1/+1
2019-03-25clk: renesas: Add support for setting MMCIF clock divider on Gen2Marek Vasut1-0/+42
2019-03-25clk: renesas: Fix swapped div and mul in debug output on Gen2Marek Vasut1-1/+1
2019-03-25clk: renesas: Fix SDH clock divider decoding on Gen2Marek Vasut1-5/+9
2019-03-25mmc: Align MMC_TRACE with tiny printfMarek Vasut1-10/+10
2019-03-21Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-5/+1
2019-03-21i2c: i2c_cdns: Fix below warnings with checker toolSiva Durga Prasad Paladugu1-5/+1
2019-03-20Merge git://git.denx.de/u-boot-marvellTom Rini3-5/+12
2019-03-19Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-3/+6