summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-03-03dm: core: Fix allocation of empty of-platdataSimon Glass
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Define the log category in the uclassSimon Glass
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass
2021-03-03gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass
2021-03-03gpio: sandbox: Fully separate pin value from output valueSimon Glass
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass
2021-03-03Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki
2021-03-03usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt
2021-03-03usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár
2021-03-03usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár
2021-03-03usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár
2021-03-03usb: musb: Fix receiving of bigger buffersPali Rohár
2021-03-03usb: musb: Fix transmission of bigger buffersPali Rohár
2021-03-03usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár
2021-03-03usb: musb: Fix configuring FIFO for endpointsPali Rohár
2021-03-03usb: musb: Always clear the data toggle bit when configuring epPali Rohár
2021-03-03serial: usbtty: Send urb data in correct orderPali Rohár
2021-03-03serial: usbtty: Fix puts functionPali Rohár
2021-03-02tpm: Use logging in the uclassSimon Glass
2021-03-02tpm: Don't include cr50 in TPL/SPLSimon Glass
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-03-02rng: iproc_rng200: Enable support for RPi4 armv7Matthias Brugger
2021-03-02drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty
2021-03-02pinctrl: at91-pio4: add support for slew-rateClaudiu Beznea
2021-03-01mmc: fsl_esdhc_imx: fix the DTOCV to 0xEHaibo Chen
2021-03-01mmc: fsl_esdhc_imx: Add a compatible for i.MX51Fabio Estevam
2021-03-01thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2021-02-26usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson
2021-02-26fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson
2021-02-26mmc: sandbox: Add support for writingSean Anderson
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2021-02-26mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxGReto Schneider
2021-02-26mtd: nand: spi: Only one dummy byte in QUADIOHauke Mehrtens