summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: ns16550: Correct the base address typeBin Meng2021-03-031-1/+1
| * | sandbox: host bind must close file descriptorHeinrich Schuchardt2021-03-031-0/+13
| * | dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass2021-03-031-8/+11
| * | dm: core: Fix allocation of empty of-platdataSimon Glass2021-03-031-4/+13
| * | Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-03-032-0/+13
| |\ \
| | * | mmc: fsl_esdhc_imx: fix the DTOCV to 0xEHaibo Chen2021-03-011-0/+6
| | * | mmc: fsl_esdhc_imx: Add a compatible for i.MX51Fabio Estevam2021-03-011-0/+1
| | * | thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey2021-03-011-0/+6
| | |/
| * | usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt2021-03-031-0/+1
| * | 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
| * | 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
| * | rng: iproc_rng200: Enable support for RPi4 armv7Matthias Brugger2021-03-021-4/+4
| * | drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty2021-03-021-9/+83
| |/
* | drivers: tee: sandbox: SCP03 control emulatorJorge Ramirez-Ortiz2021-03-142-1/+59
* | tpm: Correct warning on 32-bit buildSimon Glass2021-03-131-1/+1
* | dm: core: Fix allocation of empty of-platdataSimon Glass2021-03-121-4/+13
* | Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-03-041-115/+153
|\ \
| * | video: sunxi_display: Convert to DM_VIDEOJagan Teki2021-03-031-115/+153
| |/
* | gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-032-4/+90
* | gpio: Define the log category in the uclassSimon Glass2021-03-031-0/+2
* | gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-031-6/+15
* | gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2021-03-031-34/+38
* | gpio: Use an 'ops' variable everywhereSimon Glass2021-03-031-11/+14
* | gpio: Replace direction_input() and direction_output()Simon Glass2021-03-031-9/+6
* | dm: gpio: Add a way to update flagsSimon Glass2021-03-033-20/+63
* | gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass2021-03-031-9/+12
* | gpio: sandbox: Fully separate pin value from output valueSimon Glass2021-03-031-4/+20
* | gpio: sandbox: Use a separate flag for the valueSimon Glass2021-03-031-23/+24
* | gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-031-26/+34
* | gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-1/+1
* | dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-034-27/+27
* | dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-034-17/+17
* | gpio: Disable functions not used with of-platdataSimon Glass2021-03-031-0/+2
* | tpm: Use logging in the uclassSimon Glass2021-03-021-3/+5
* | tpm: Don't include cr50 in TPL/SPLSimon Glass2021-03-022-3/+3
* | reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-023-3/+3
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-02-266-100/+255
|\
| * usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard2021-02-261-6/+2
| * fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-263-0/+94
| * fastboot: Allow u-boot-style partitionsSean Anderson2021-02-261-59/+98
| * fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson2021-02-261-22/+22
| * fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson2021-02-261-23/+18