summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ata: sort ATA commandsWIP/2020-04-17-master-importsHeinrich Schuchardt2020-04-171-42/+42
* include/ata.h: remove invalid linksHeinrich Schuchardt2020-04-171-5/+2
* Kconfig: fix typos in CMD_BEDBUG descriptionHeinrich Schuchardt2020-04-171-1/+1
* doc: fix references to driver-modelHeinrich Schuchardt2020-04-177-8/+8
* README: replace reference to boards.cfgHeinrich Schuchardt2020-04-171-2/+2
* image: Add compressed Image parsing support in booti.Atish Patra2020-04-173-1/+109
* image: Add a common compression type detection function.Atish Patra2020-04-172-0/+44
* lib: kconfig: Add option to set BZIP2 compression methodAtish Patra2020-04-171-0/+5
* cmd: mem: Add bitflip memory test to alternate mtestStefan Roese2020-04-171-0/+60
* cmd: mem: Use IS_ENABLED instead of alt_test variableStefan Roese2020-04-171-6/+1
* cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()Stefan Roese2020-04-171-12/+2
* cmd: mem: Correctly count the errors in mtestStefan Roese2020-04-171-7/+4
* tee: optee: use dev_info in print_os_revisionPatrick Delaunay2020-04-171-6/+7
* doc: spl: update reference to driver-model/README.txtPatrick Delaunay2020-04-171-1/+1
* scripts: add documentation-file-ref-checkHeinrich Schuchardt2020-04-171-0/+226
* mkimage: fit: don't create image with 0700 permissionsThomas Hebb2020-04-171-1/+1
* ide: remove duplicate defines form include/ata.hHeinrich Schuchardt2020-04-171-34/+0
* block: ide: use definitions from include/libata.hHeinrich Schuchardt2020-04-171-4/+4
* cmd: fat: remove unused includesHeinrich Schuchardt2020-04-171-6/+0
* arm: dts: add pwm support for MediaTek SoCsSam Shih2020-04-173-0/+52
* mediatek: pwm: add pwm driver for MediaTek SoCsSam Shih2020-04-173-0/+196
* cmd: Add unlz4 commandYusuke Ashiduka2020-04-173-0/+53
* env: make file-scope env_ptr variables staticRasmus Villemoes2020-04-172-3/+3
* ARM: bootm: take into account gd->ram_topPatrice Chotard2020-04-171-0/+3
* Merge branch '2020-04-16-master-imports'Tom Rini2020-04-1785-481/+1395
|\
| * board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryWIP/2020-04-16-master-importsPatrick Delaunay2020-04-161-14/+18
| * arm: set the relocated gd with gd->new_gdPatrick Delaunay2020-04-161-2/+1
| * Revert "stm32mp1: remove the imply BOOTSTAGE"Patrick Delaunay2020-04-161-0/+2
| * board_f.c: Ensure gd->new_bootstage alignmentPatrice Chotard2020-04-161-0/+5
| * arm: imx: update reference to README.mxc_habPatrick Delaunay2020-04-161-2/+2
| * doc: device-tree-bindings: update reference to binding directoryPatrick Delaunay2020-04-161-1/+1
| * doc: update reference to README.boardPatrick Delaunay2020-04-167-7/+7
| * doc: update reference to README.imx8imagePatrick Delaunay2020-04-164-4/+4
| * doc: update reference to README.imximagePatrick Delaunay2020-04-1641-41/+41
| * Kconfig: update reference to README.x86Patrick Delaunay2020-04-161-1/+1
| * README: update reference to *.READMEPatrick Delaunay2020-04-161-1/+1
| * test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-163-22/+232
| * test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-165-27/+163
| * gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-163-9/+42
| * test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay2020-04-163-11/+56
| * pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay2020-04-161-0/+30
| * dt-bindings: gpio: alignment with kernel v5.3Patrick Delaunay2020-04-162-126/+196
| * gpio: add ops to set dir flagsPatrick Delaunay2020-04-162-5/+28
| * gpio: add ops to get dir flagsPatrick Delaunay2020-04-162-6/+40
| * gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-162-1/+35
| * gpio: update dir_flags managementPatrick Delaunay2020-04-162-8/+41
| * gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-162-6/+9
| * 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