aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-22mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2-0/+78
2020-04-22drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur1-5/+5
2020-04-22drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur1-1/+3
2020-04-22drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty1-1/+1
2020-04-22drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty1-3/+5
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+5
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt1-1/+1
2020-04-21mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama1-3/+5
2020-04-20Merge tag 'u-boot-amlogic-20200420' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-23/+67
2020-04-20Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-imxTom Rini10-68/+384
2020-04-20phy: meson-gxl-usb: add set_mode call to force switch to peripheral modeNeil Armstrong2-18/+56
2020-04-20generic-phy: add generic_phy_get_by_node()Neil Armstrong1-5/+11
2020-04-18clk: imx: add i.IMXRT1020 clk driverGiulio Benetti3-0/+244
2020-04-18pmic: pfuze100: Change error message level to debugFabio Estevam1-1/+1
2020-04-18video: mxsfb: enable setting ENABLE negative polarityGiulio Benetti1-0/+3
2020-04-18video: mxsfb: enable setting PIXDATA on negative edgeGiulio Benetti1-0/+2
2020-04-18video: mxsfb: enable setting VSYNC negative polarityGiulio Benetti1-0/+2
2020-04-18video: mxsfb: enable setting HSYNC negative polarityGiulio Benetti1-4/+10
2020-04-18video: mxsfb: refactor for using display_timingsGiulio Benetti1-31/+23
2020-04-18video: mxsfb: add support for i.MXRTGiulio Benetti1-0/+1
2020-04-18video: mxsfb: add support for DM CLKGiulio Benetti1-5/+25
2020-04-18sunxi: display: use common video_ctfb_mode_to_display_timing()Giulio Benetti1-31/+2
2020-04-18videomodes: add helper function to convert from ctfb to display_timingGiulio Benetti2-0/+40
2020-04-18clk: imx: clk-imxrt1050: add set_parent() callbackGiulio Benetti1-0/+19
2020-04-18clk: imx: clk-imxrt1050: setup PLL5 for video in non-SPLGiulio Benetti1-1/+8
2020-04-18clk: imx: clk-imxrt1050: fix typo in clock name "video:"Giulio Benetti1-1/+1
2020-04-18clk: imx: pllv3: add enable_bitGiulio Benetti1-0/+9
2020-04-16test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay1-0/+196
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay1-20/+66
2020-04-16gpio: sandbox: cleanup binding supportPatrick Delaunay1-5/+8
2020-04-16test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay1-1/+13
2020-04-16pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay1-0/+30
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay1-5/+12
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay1-6/+25
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay1-0/+30
2020-04-16gpio: update dir_flags managementPatrick Delaunay1-2/+25
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-6/+3
2020-04-16gpio: add function check_dir_flagsPatrick Delaunay1-0/+25
2020-04-16gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay1-13/+25
2020-04-16gpio: add function _gpio_get_valuePatrick Delaunay1-4/+10
2020-04-16gpio: add gpio descriptor initialization helperPatrick Delaunay1-8/+19
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay3-93/+0
2020-04-16dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay1-19/+11
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay3-0/+96
2020-04-16dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay1-18/+9
2020-04-16Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini1-1/+2
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+0
2020-04-16ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev1-1/+2
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini13-113/+129
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+16