aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-05net: dsa: remove master santiy checkMichael Walle1-21/+4
2021-03-05net: dsa: remove NULL check for priv and platform dataMichael Walle1-14/+7
2021-03-05net: dsa: probe master deviceMichael Walle1-0/+9
2021-03-05net: dsa: return early if there is no masterMichael Walle1-4/+4
2021-03-05board: ls1012aqds: Update MAINTAINERSPriyanka Jain1-1/+1
2021-03-05board: lx2160a: Update MAINTAINERSPriyanka Jain1-1/+0
2021-03-05board: ls1046ardb: Update MAINTAINERSPriyanka Jain1-7/+0
2021-03-05board: ls1046aqds: Update MAINTAINERSPriyanka Jain1-3/+0
2021-03-05board: ls2080ardb: Update MAINTAINERSPriyanka Jain1-3/+3
2021-03-05board: ls2080aqds: Update MAINTAINERSPriyanka Jain1-5/+1
2021-03-05board: ls1088a: Update MAINTAINERSPriyanka Jain1-5/+1
2021-03-05board: ls1043ardb: Update MAINTAINERSPriyanka Jain1-4/+0
2021-03-05board: ls1028a: Update MAINTAINERSPriyanka Jain1-4/+0
2021-03-05board: ls1021atwr: Update MAINTAINERSPriyanka Jain1-3/+0
2021-03-05board: ls1021aiot: Update MAINTAINERSPriyanka Jain1-1/+1
2021-03-05board: ls1012ardb: Update MAINTAINERSPriyanka Jain1-5/+2
2021-03-05board: ls1012afrdm: Update MAINTAINERSPriyanka Jain1-5/+1
2021-03-05board: corenet_ds: MAINTAINERS: Remove redundant entriesPriyanka Jain1-6/+0
2021-03-05configs: fsl: move via specific defines to KconfigRajesh Bhagat5-7/+6
2021-03-05configs: fsl: move bootrom specific defines to KconfigRajesh Bhagat3-4/+10
2021-03-05arm: fsl: common: Improve NXP VID driver PMBus supportStephen Carlson8-519/+477
2021-03-04Azure/GitLab: Use buildman -T0 for binman, etc, testTom Rini2-2/+2
2021-03-04buildman: Support single-threaded operationSimon Glass6-30/+68
2021-03-04Nokia RX-51: Enable CONFIG_CMD_BOOTDPali Rohár1-1/+0
2021-03-04fs/squashfs: Fix compilation errorPali Rohár1-0/+1
2021-03-03Merge tag 'dm-pull-3mar21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmWIP/03Mar2021Tom Rini8-17/+47
2021-03-03serial: ns16550: Handle zero <clock-frequency> valueBin Meng1-0/+2
2021-03-03serial: ns16550: Correct the base address typeBin Meng1-1/+1
2021-03-03dts: Fix OF_LIVE dependencyBin Meng1-1/+1
2021-03-03lib: Fix BINMAN_FDT dependencyBin Meng1-1/+1
2021-03-03sandbox: host bind must close file descriptorHeinrich Schuchardt1-0/+13
2021-03-03fix patman --limit-cc optionBernhard Kirchen1-1/+1
2021-03-03bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass2-1/+4
2021-03-03dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass1-8/+11
2021-03-03dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-03-03Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini80-410/+11232
2021-03-03board: gateworks: imx8mm: Add Gateworks Venice board supportTim Harvey19-0/+4266
2021-03-03arm: dts: imx8mm: add Gateworks i.MX8 Mini Dev kitsTim Harvey8-0/+1415
2021-03-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini13-481/+84
2021-03-03usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt1-0/+1
2021-03-03Nokia RX-51: Enable usbtty serial console by defaultPali Rohár3-31/+13
2021-03-03Nokia RX-51: Move content of rx51.h to rx51.cPali Rohár2-32/+16
2021-03-03Nokia RX-51: Remove function set_muxconf_regs()Pali Rohár2-357/+0
2021-03-03arm: omap3: Compile s_init() function only when it is usedPali Rohár1-0/+3
2021-03-03arm: omap3: Compile lowlevel_init() function only when it is usedPali Rohár1-1/+5
2021-03-03usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár1-8/+8
2021-03-03usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár1-12/+2
2021-03-03usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár1-8/+4
2021-03-03usb: musb: Fix receiving of bigger buffersPali Rohár1-1/+15
2021-03-03usb: musb: Fix transmission of bigger buffersPali Rohár1-11/+6