aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-20cmd: ubi: add a command to rename volumePhilippe Reynes2-0/+47
2020-04-17Merge branch '2020-04-16-master-imports'Tom Rini85-481/+1395
2020-04-16board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryPatrick Delaunay1-14/+18
2020-04-16arm: set the relocated gd with gd->new_gdPatrick Delaunay1-2/+1
2020-04-16Revert "stm32mp1: remove the imply BOOTSTAGE"Patrick Delaunay1-0/+2
2020-04-16board_f.c: Ensure gd->new_bootstage alignmentPatrice Chotard1-0/+5
2020-04-16arm: imx: update reference to README.mxc_habPatrick Delaunay1-2/+2
2020-04-16doc: device-tree-bindings: update reference to binding directoryPatrick Delaunay1-1/+1
2020-04-16doc: update reference to README.boardPatrick Delaunay7-7/+7
2020-04-16doc: update reference to README.imx8imagePatrick Delaunay4-4/+4
2020-04-16doc: update reference to README.imximagePatrick Delaunay41-41/+41
2020-04-16Kconfig: update reference to README.x86Patrick Delaunay1-1/+1
2020-04-16README: update reference to *.READMEPatrick Delaunay1-1/+1
2020-04-16test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay3-22/+232
2020-04-16test: dm: update test for pins configuration in gpioPatrick Delaunay5-27/+163
2020-04-16gpio: sandbox: cleanup binding supportPatrick Delaunay3-9/+42
2020-04-16test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay3-11/+56
2020-04-16pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay1-0/+30
2020-04-16dt-bindings: gpio: alignment with kernel v5.3Patrick Delaunay2-126/+196
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay2-5/+28
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay2-6/+40
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay2-1/+35
2020-04-16gpio: update dir_flags managementPatrick Delaunay2-8/+41
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2-6/+9
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 Delaunay6-154/+0
2020-04-16gpio: remove GPIOD_REQUESTEDPatrick Delaunay1-5/+4
2020-04-16dt-bindings: gpio: document the new pull-up/pull-down flagsPatrick Delaunay2-0/+30
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 Delaunay8-2/+317
2020-04-16dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay1-18/+9
2020-04-16README: remove requirement for CHANGELOG entryKarl Palsson1-2/+0
2020-04-16fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo1-1/+19
2020-04-16fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo1-0/+8
2020-04-16fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo1-10/+12
2020-04-16Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini5-10/+126
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini28-147/+3306
2020-04-16ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev1-1/+2
2020-04-16ARC: HSDK: Enable on-chip reset controllerEugeniy Paltsev2-0/+8
2020-04-16ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev1-3/+3
2020-04-16ARC: CACHE: add support for SL$ disableEugeniy Paltsev2-7/+114
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini53-205/+1166
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass3-24/+111
2020-04-16test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2-0/+60
2020-04-16fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor1-10/+26
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay5-58/+3
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi2-36/+3