aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-22cmd: ximg.c: Add support for getting external data address and lengthTien Fong Chee1-3/+3
2019-04-22ARMv8: Disable fwcall when PSCI is enabledAng, Chee Hong1-0/+2
2019-04-22ARMv8: Allow SiP service extensions on top of PSCI codeChee Hong Ang3-6/+62
2019-04-22test: call hexdump tests via `ut lib`Heinrich Schuchardt1-4/+5
2019-04-22misc: fs_loader: Add support for initializing block deviceTien Fong Chee1-0/+23
2019-04-22cmd: add exception commandHeinrich Schuchardt11-0/+232
2019-04-22bcm963158: add nand supportPhilippe Reynes2-0/+13
2019-04-22dt: bcm963158: enable nand controllerPhilippe Reynes1-0/+15
2019-04-22dt: bcm63158: add nand controllerPhilippe Reynes1-0/+13
2019-04-22bcm968580xref: add nand supportPhilippe Reynes2-0/+14
2019-04-22dt: bcm968580xref: enable nand controllerPhilippe Reynes1-0/+15
2019-04-22dt: bcm6858: add nand controllerPhilippe Reynes1-0/+13
2019-04-22bcm968380gerg: add nand supportPhilippe Reynes2-0/+14
2019-04-22dt: bcm968380gerg: enable nand controllerPhilippe Reynes1-0/+12
2019-04-22dt: bcm6838: add nand controllerPhilippe Reynes1-0/+13
2019-04-22drivers: nand: brcmnand: add an option to read the write-protect from device ...Philippe Reynes1-0/+3
2019-04-22drivers: nand: brcmnand: add parameter parameter-page-big-endianPhilippe Reynes1-2/+15
2019-04-22drivers: nand: brcmnand: add initial supportPhilippe Reynes10-0/+3334
2019-04-22compat linux: import completion from linux 4.18Philippe Reynes1-0/+173
2019-04-22include: linux: io: define devm_ioremap on board with ioremapPhilippe Reynes1-1/+1
2019-04-22arm: asm: io.h: define readX_relaxed and writeX_relaxedPhilippe Reynes1-0/+21
2019-04-22mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2-160/+883
2019-04-22mtd: nand: import nand_hw_control_init()Marc Gonzalez1-0/+7
2019-04-22mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+12
2019-04-22Merge tag 'u-boot-atmel-2019.07-b' of git://git.denx.de/u-boot-atmelTom Rini13-5/+550
2019-04-22at91: corvus_defconfig: get rid of build warningsHeiko Schocher2-2/+5
2019-04-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini39-251/+680
2019-04-21Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini37-129/+560
2019-04-21usb: dwc2: fix gadget disconnectFabrice Gasnier2-3/+17
2019-04-21usb: reload watchdog during ums commandPatrick Delaunay1-0/+3
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca1-0/+14
2019-04-21fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan1-3/+3
2019-04-21stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay6-3/+90
2019-04-21stm32mp1: migrate USBOTG device to driver modelPatrick Delaunay7-157/+32
2019-04-21stm32mp1: remove CONFIG_USB_DWC2, HOST support for USBOPatrick Delaunay2-2/+0
2019-04-21usb: dwc2: add support for STM32MP1Patrick Delaunay4-2/+56
2019-04-21usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard2-2/+15
2019-04-21usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay3-9/+20
2019-04-21usb: dwc2: Add function for session B checkPatrick Delaunay2-0/+11
2019-04-21usb: dwc2: Add force-b-session-valid supportPatrick Delaunay3-2/+16
2019-04-21usb: dwc2: force reset assert before to probe the driverPatrick Delaunay1-1/+6
2019-04-21usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay2-2/+344
2019-04-21usb: dwc2: remove unused variable regs_otgPatrick Delaunay1-3/+0
2019-04-21phy: usbphyc: increase PLL wait timeoutPatrick Delaunay1-6/+4
2019-04-21phy: usbphyc: move vdda1v1 and vdda1v8 in phy_initPatrick Delaunay1-29/+31
2019-04-21phy: usbphyc: Binding update of vdda supplyPatrick Delaunay4-34/+35
2019-04-21phy: usbphyc: update xlate with DT bindingPatrick Delaunay1-9/+10
2019-04-21phy: usbphyc: remove unused variable indexPatrick Delaunay1-2/+0
2019-04-21fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca1-2/+2
2019-04-21fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca1-1/+1