Age | Commit message (Expand) | Author |
2020-02-19 | dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> | Masahiro Yamada |
2020-02-19 | dma-mapping: fix the prototype of dma_unmap_single() | Masahiro Yamada |
2020-02-05 | dm: core: Create a new header file for 'compat' features | Simon Glass |
2020-02-05 | dm: core: Require users of devres to include the header | Simon Glass |
2020-01-29 | usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support | Marek Szyprowski |
2020-01-17 | common: Rename and move source() | Simon Glass |
2020-01-07 | usb: Drop use of BUG_ON() and WARN_ON() | Simon Glass |
2019-12-02 | common: Move command functions out of common.h | Simon Glass |
2019-12-02 | common: Move ARM cache operations out of common.h | Simon Glass |
2019-12-02 | common: Move serial_printf() to the serial header | Simon Glass |
2019-11-23 | Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi... | Tom Rini |
2019-11-23 | gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM | Jagan Teki |
2019-11-23 | gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM | Jagan Teki |
2019-11-23 | gadget: rockchip: USB_GADGET_PRODUCT_NUM | Jagan Teki |
2019-11-23 | gadget: Select USB_GADGET_VENDOR_NUM for rockchip | Jagan Teki |
2019-11-23 | gadget: Select USB_GADGET_MANUFACTURER for rockchip | Jagan Teki |
2019-11-22 | usb: dwc2: fix possible alignment issues | Simon Goldschmidt |
2019-11-22 | usb: composite: fix possible alignment issues | Simon Goldschmidt |
2019-11-07 | usb: composite: add BOS descriptor support to composite framework | T Karthik Reddy |
2019-11-07 | usb: gadget: Add gadget_is_cdns3() macro | Vignesh Raghavendra |
2019-11-07 | usb: udc: Introduce ->udc_set_speed() method | Sherry Sun |
2019-11-07 | usb: gadget: Add match_ep() op to usb_gadget_ops | Vignesh Raghavendra |
2019-10-31 | gadget: f_thor: properly enable 3rd endpoint defined by the protocol | Marek Szyprowski |
2019-08-11 | env: Drop environment.h header file where not needed | Simon Glass |
2019-08-11 | env: Move env_get() to env.h | Simon Glass |
2019-08-11 | env: Move env_set() to env.h | Simon Glass |
2019-08-11 | env: Move env_set_hex() to env.h | Simon Glass |
2019-08-08 | usb: gadget: f_dfu.c: fix memory leak | Ralph Siemsen |
2019-06-28 | Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2019-06-27 | usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP | Frieder Schrempf |
2019-06-19 | usb: dwc2: allow peripheral mode for OTG configuration | Patrick Delaunay |
2019-06-19 | usb: dwc2: correctly handle binding for g-tx-fifo-size | Patrick Delaunay |
2019-05-01 | rockchip: use 'arch-rockchip' as header file path | Kever Yang |
2019-04-21 | usb: dwc2: fix gadget disconnect | Fabrice Gasnier |
2019-04-21 | stm32mp1: add stusb1600 support for DK1 and DK2 board | Patrick Delaunay |
2019-04-21 | usb: dwc2: add support for STM32MP1 | Patrick Delaunay |
2019-04-21 | usb: dwc2_udc_otg: Add tx_fifo_sz array support | Patrice Chotard |
2019-04-21 | usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register | Patrick Delaunay |
2019-04-21 | usb: dwc2: Add function for session B check | Patrick Delaunay |
2019-04-21 | usb: dwc2: Add force-b-session-valid support | Patrick Delaunay |
2019-04-21 | usb: dwc2: force reset assert before to probe the driver | Patrick Delaunay |
2019-04-21 | usb: dwc2: convert driver to DM_USB_GADGET | Patrick Delaunay |
2019-04-21 | usb: dwc2: remove unused variable regs_otg | Patrick Delaunay |
2019-03-16 | usb: udc-uclass: Fixed problem when no alias is defined in DT | Jean-Jacques Hiblot |
2019-02-01 | usb: ether: call _usb_eth_halt() if initialization fails | Jean-Jacques Hiblot |
2019-01-26 | spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU | Andrew F. Davis |
2019-01-24 | net: remove CONFIG_MCAST_TFTP | Chris Packham |
2019-01-10 | dm: usb: gadget: Fix boot breakage on sunxi platforms | Jean-Jacques Hiblot |
2019-01-10 | Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET | Jean-Jacques Hiblot |
2019-01-10 | dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports | Jean-Jacques Hiblot |