Age | Commit message (Expand) | Author |
2016-01-19 | Add more SPDX-License-Identifier tags | Tom Rini |
2016-01-16 | usb:ci_udc: Remove ULPI setting for i.MX OTG controller | Ye.Li |
2016-01-14 | Fix GCC format-security errors and convert sprintfs. | Ben Whitten |
2016-01-13 | ums: support multiple LUNs at once | Stephen Warren |
2015-12-17 | usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename s3c_udc_probe() function | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename struct s3c_plat_otg_data | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG* | Marek Vasut |
2015-12-17 | usb: s3c-otg: Tweak the comments | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename remaining macros | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename sources to dwc2_*c | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename local headers to dwc2_*h | Marek Vasut |
2015-12-17 | usb: s3c-otg: Change the driver name to dwc2-udc | Marek Vasut |
2015-12-17 | usb: s3c-otg: Zap useless externs | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename remaining local s3c_*() functions | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename s3c_udc_*() functions | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename s3c_ep_*() functions | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename s3c_ep0_*() functions | Marek Vasut |
2015-12-17 | usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.c | Marek Vasut |
2015-12-17 | usb: s3c-otg: Staticize s3c_udc_ep_set_stall | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename struct s3c_request | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename struct s3c_ep | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename struct s3c_dev_*_ep | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phy | Marek Vasut |
2015-12-17 | usb: s3c-otg: Split private bits from s3c_udc.h | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_reg | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename struct s3c_udc to dwc2_udc | Marek Vasut |
2015-12-17 | usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.h | Marek Vasut |
2015-11-19 | Move console definitions into a new console.h file | Simon Glass |
2015-11-12 | fastboot: Implement NAND backend | Maxime Ripard |
2015-11-12 | fastboot: Implement flashing session counter | Maxime Ripard |
2015-11-12 | fastboot: Move fastboot response functions to fastboot core | Maxime Ripard |
2015-11-10 | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini |
2015-11-03 | usb: udc: Fix warnings on 64-bit builds | Michal Simek |
2015-11-03 | usb: lthor: Specify correct parameter for sizeof type | Michal Simek |
2015-10-20 | fastboot: Implement OEM format only when we have MMC support | Maxime Ripard |
2015-09-12 | usb: ci_udc: fix emissions of ZLPs | Stephen Warren |
2015-09-12 | usb: gadget: ci_udc: implement usb_ep_ops dequeue callback | Peng Fan |
2015-09-11 | usb: gadget: don't leak configs when unbinding | Stephen Warren |
2015-09-11 | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass |
2015-09-11 | usb: gadget: at91_udc: add at91_udc into U-Boot | Heiko Schocher |
2015-09-11 | usb: gadget: at91_udc: port linux driver at91_udc | Heiko Schocher |
2015-09-07 | usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZE | Siva Durga Prasad Paladugu |
2015-09-07 | f_thor: Dont perform reset at the end of thor | Siva Durga Prasad Paladugu |
2015-08-24 | usb: pxa27x_udc: clean-up include file order | Marcel Ziswiler |
2015-08-19 | usb: gadget: ether: populate _reset_ callback | Kishon Vijay Abraham I |
2015-08-19 | usb: gadget: ether: Perform board initialization from ethernet gadget driver | Kishon Vijay Abraham I |
2015-08-05 | usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB | Paul Kocialkowski |
2015-07-24 | usb: ci_udc: fix request allocation when endpoints are disabled | Rob Herring |
2015-07-23 | ci_udc: fix 64-bit compile warnings | Stephen Warren |