summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mx51evk: Add myself as maintainerFabio Estevam2021-03-011-0/+1
| * | | mx51evk: Convert to driver modelFabio Estevam2021-03-014-194/+22
| * | | imx51-babbage: Import devicetree files from LinuxFabio Estevam2021-03-013-0/+2148
| * | | mmc: fsl_esdhc_imx: Add a compatible for i.MX51Fabio Estevam2021-03-011-0/+1
| * | | mx53loco: Add myself as maintainerFabio Estevam2021-03-011-0/+1
| * | | ARM: dts: imx53-qsb: Describe the esdhc1 card detect pinFabio Estevam2021-03-011-0/+2
| * | | mx53loco: Convert to driver modelFabio Estevam2021-03-014-133/+20
| * | | imx53-qsb: Import devicetree files from LinuxFabio Estevam2021-03-012-0/+496
| * | | board: toradex: move RGMII delays to PHY sideOleksandr Suvorov2021-03-014-7/+2
| * | | ARM: imx8: Add missing FEC ENET quirk for i.MX8/i.MX8XOleksandr Suvorov2021-03-018-8/+2
| * | | Respect that some compression algos can be enabled separately for SPLFrieder Schrempf2021-03-011-6/+18
| * | | thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey2021-03-011-0/+6
| * | | ARM: mx6: Add function to set serial#Sean Anderson2021-03-011-0/+37
| * | | ARM: imx6: mx6sabre-common: Search for boot components in /boot tooMarek Vasut2021-03-011-3/+6
| * | | ARM: imx6: mx6sabre-common: Replace fatload with FS_GENERIC loadMarek Vasut2021-03-011-3/+3
| * | | ARM: imx6: dh-imx6: Drop the SF hunk in configMarek Vasut2021-02-271-6/+0
| * | | ARM: imx6: dh-imx6: Enable support for applying DTOMarek Vasut2021-02-271-1/+3
| * | | ARM: imx: Revert "dh_imx6: Switch to full DM-aware"Marek Vasut2021-02-272-3/+6
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-03-0313-481/+84
|\ \ \ \
| * | | | usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt2021-03-031-0/+1
| * | | | Nokia RX-51: Enable usbtty serial console by defaultPali Rohár2021-03-033-31/+13
| * | | | Nokia RX-51: Move content of rx51.h to rx51.cPali Rohár2021-03-032-32/+16
| * | | | Nokia RX-51: Remove function set_muxconf_regs()Pali Rohár2021-03-032-357/+0
| * | | | arm: omap3: Compile s_init() function only when it is usedPali Rohár2021-03-031-0/+3
| * | | | arm: omap3: Compile lowlevel_init() function only when it is usedPali Rohár2021-03-031-1/+5
| * | | | usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár2021-03-031-8/+8
| * | | | usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár2021-03-031-12/+2
| * | | | usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár2021-03-031-8/+4
| * | | | usb: musb: Fix receiving of bigger buffersPali Rohár2021-03-031-1/+15
| * | | | usb: musb: Fix transmission of bigger buffersPali Rohár2021-03-031-11/+6
| * | | | usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár2021-03-031-1/+1
| * | | | usb: musb: Fix configuring FIFO for endpointsPali Rohár2021-03-031-4/+4
| * | | | usb: musb: Always clear the data toggle bit when configuring epPali Rohár2021-03-031-4/+0
| * | | | usb: musb: Fix compilation of gadget codePali Rohár2021-03-031-0/+1
| * | | | serial: usbtty: Send urb data in correct orderPali Rohár2021-03-031-9/+3
| * | | | serial: usbtty: Fix puts functionPali Rohár2021-03-031-2/+2
|/ / / /
* | | | Merge tag 'rpi-next-2021.04.2' of https://source.denx.de/u-boot/custodians/u-...Tom Rini2021-03-025-14/+93
|\ \ \ \
| * | | | configs: rpi4_32: Enable iProc RNG200Matthias Brugger2021-03-021-0/+2
| * | | | rng: iproc_rng200: Enable support for RPi4 armv7Matthias Brugger2021-03-021-4/+4
| * | | | MAINTAINERS: Update info for Raspberry PiMatthias Brugger2021-03-021-1/+3
| * | | | drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty2021-03-021-9/+83
| * | | | configs: RPi2: Disable EFI Grub workaroundMatthias Brugger2021-03-021-0/+1
| | |/ / | |/| |
* / | | configs: Resync with savedefconfigTom Rini2021-03-028-73/+16
|/ / /
* | | Prepare v2021.04-rc3Tom Rini2021-03-011-1/+1
* | | log: convert pr_*() to loggingHeinrich Schuchardt2021-03-012-38/+48
* | | fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún2021-03-011-2/+1
* | | uboot-test-hooks: Switch to our GitLab instanceTom Rini2021-02-283-3/+3
* | | Correct U-Boot upstream repositoryHeinrich Schuchardt2021-02-2812-67/+67
* | | Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-02-276-12/+24
|\ \ \ | |/ / |/| |
| * | cmd/efidebug: add firmware management protocol GUIDHeinrich Schuchardt2021-02-261-0/+4