summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * videomodes: add helper function to convert from ctfb to display_timingGiulio Benetti2020-04-182-0/+40
| * clk: imx: clk-imxrt1050: add set_parent() callbackGiulio Benetti2020-04-181-0/+19
| * clk: imx: clk-imxrt1050: setup PLL5 for video in non-SPLGiulio Benetti2020-04-181-1/+8
| * clk: imx: clk-imxrt1050: fix typo in clock name "video:"Giulio Benetti2020-04-181-1/+1
| * clk: imx: pllv3: add enable_bitGiulio Benetti2020-04-181-0/+9
* | test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-0/+196
* | test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-161-20/+66
* | gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-161-5/+8
* | test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay2020-04-161-1/+13
* | pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay2020-04-161-0/+30
* | gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-5/+12
* | gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-6/+25
* | gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-0/+30
* | gpio: update dir_flags managementPatrick Delaunay2020-04-161-2/+25
* | gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-6/+3
* | gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
* | gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
* | gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
* | gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
* | gpio: remove the open_drain API and opsPatrick Delaunay2020-04-163-93/+0
* | dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay2020-04-161-19/+11
* | dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-163-0/+96
* | dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay2020-04-161-18/+9
|/
* Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-04-161-1/+2
|\
| * ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev2020-04-161-1/+2
* | Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-162-2/+0
|\ \
| * | drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOCHeinrich Schuchardt2020-04-162-2/+0
* | | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-1613-113/+129
|\ \ \ | |_|/ |/| |
| * | dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+16
| * | dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-164-31/+3
| * | dm: core: refactor functions reading an u32 from dtDario Binacchi2020-04-162-36/+3
| * | dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-163-0/+75
| * | dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-162-2/+3
| * | dm: core: Add logging on unbind failureSimon Glass2020-04-162-10/+14
| * | dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-35/+17
| * | dm: core: remove redundant assignmentHeinrich Schuchardt2020-04-161-1/+1
| * | dm: core: remove redundant if statementHeinrich Schuchardt2020-04-161-4/+2
| * | sandbox: p2sb: Silence compiler warningSimon Glass2020-04-161-1/+1
| * | serial: Set baudrate on bootSean Anderson2020-04-161-0/+1