aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi8-0/+189
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi3-0/+27
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass3-6/+10
2020-04-16dm: core: Add logging on unbind failureSimon Glass2-10/+14
2020-04-16fdt: Fix 'system' commandTom Warren1-1/+1
2020-04-16sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUGHeinrich Schuchardt4-0/+7
2020-04-16sandbox: implement ft_board_setup()Heinrich Schuchardt2-0/+7
2020-04-16sandbox: add reserved-memory node in device treeHeinrich Schuchardt2-0/+39
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass1-2/+4
2020-04-16doc: driver-model: there is no UCLASS_ETHERNETHeinrich Schuchardt1-1/+1
2020-04-16configs: sandbox: enable LOG_SYSLOGHeinrich Schuchardt3-0/+3
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt2-0/+284
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt9-2/+199
2020-04-16log: output for CONFIG_LOG=nHeinrich Schuchardt1-5/+5