aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-23clk: create meson directory and move related driversJerome Brunet8-2/+26
2019-04-23pinctrl: meson: add g12a supportJerome Brunet5-5/+1312
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong6-12/+12
2019-04-10pinctrl: meson: axg: Fix PIN and BANK offsetsGuillaume La Roque1-179/+179
2019-04-10reset-meson: Add AXG reset compatibleNeil Armstrong1-0/+1
2019-04-10boards: Amlogic: Add support for Libretech-ACNeil Armstrong4-0/+202
2019-04-10ARM: dts: Import libretech-ac DT from Linux 5.0Neil Armstrong3-9/+310
2019-04-10i2c: meson: add configurable divider factorsGuillaume La Roque1-5/+25
2019-04-10ARM: meson: display Amlogic SoC InformationJulien Masson11-10/+176
2019-04-10ARM: board: meson: add p201 boardMohammad Rasim5-0/+197
2019-04-10ARM: board: meson: add p200 boardMohammad Rasim3-0/+145
2019-04-10ARM: dts: meson: add u-boot.dtsi for p200 and p201Mohammad Rasim2-0/+14
2019-04-10ARM: dts: meson: add p200 and p201 boardsMohammad Rasim4-0/+374
2019-04-10ARM: board: meson: rename odroid-c2 to p200Mohammad Rasim6-5/+4
2019-04-10Merge branch '2019-04-09-master-imports-fs'Tom Rini20-89/+646
2019-04-10test.py: Disable fsck for FAT tests for nowTom Rini1-2/+0
2019-04-09Fix ext4 block group descriptor sizingBenjamin Lim1-4/+15
2019-04-09test/py: mmc: Add 'mmc read' performance checkMarek Vasut1-0/+11
2019-04-09test/py: mmc: Add 'mmc info' testMarek Vasut1-0/+37
2019-04-09test/py: mmc: Add 'mmc rescan' testMarek Vasut1-0/+26
2019-04-09test/py: mmc: Add 'mmc dev' testMarek Vasut1-0/+21
2019-04-09test/py: mmc: Factor out device selectionMarek Vasut1-11/+27
2019-04-09fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula1-13/+34
2019-04-09fs: ext4: Problem with ext4load and sparse filesGero Schumacher1-2/+6
2019-04-09test: fs: Added tests for symlinksJean-Jacques Hiblot3-0/+208
2019-04-09fs: Add a new command to create symbolic linksJean-Jacques Hiblot3-0/+60
2019-04-09fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot4-11/+47
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot4-9/+8
2019-04-09test: fs: Add filesystem integrity checksJean-Jacques Hiblot5-3/+48
2019-04-09test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot1-0/+2
2019-04-09fs: ext4: cache extent dataStephen Warren5-37/+99
2019-04-09Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2-2/+12
2019-04-09Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmelTom Rini39-137/+899
2019-04-09net: macb: Add small delay after link establishmentStefan Roese1-1/+7
2019-04-09pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2-0/+38
2019-04-09pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea1-0/+1
2019-04-09pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea1-0/+34
2019-04-09pinctrl: at91: add option to use drive strength bitsClaudiu Beznea1-5/+10
2019-04-09arm: at91: Add gardena-gateway-at91sam supportStefan Roese11-0/+527
2019-04-09arm: at91: at91sam9x5.dtsi: Add watchdog handleStefan Roese1-1/+1
2019-04-09arm: at91: siemens: Add support to generate combined SPL+U-Boot imageStefan Roese3-0/+10
2019-04-09Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binaryStefan Roese2-1/+14
2019-04-09Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directoryStefan Roese1-3/+3
2019-04-09arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL ldsStefan Roese1-0/+2
2019-04-09arm: at91: Enable watchdog supportStefan Roese3-10/+58
2019-04-09arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUTStefan Roese5-10/+3
2019-04-09watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()Stefan Roese1-12/+14
2019-04-09watchdog: Handle SPL build with watchdog disabledStefan Roese1-2/+8
2019-04-09serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese2-0/+21
2019-04-09arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabledStefan Roese1-0/+10