aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen1-0/+2
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen18-26/+26
2022-07-08serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König1-1/+1
2022-07-08octeontx2-af: Don't reset previous pfc configHariprasad Kelam3-13/+23
2022-07-08usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik1-2/+2
2022-07-08usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik1-52/+40
2022-07-08drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.Darren Stevens2-8/+6
2022-07-08usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik1-2/+4
2022-07-08usb: typec: add missing uevent when partner support PDLinyu Yuan1-0/+1
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke2-1/+9
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke6-0/+608
2022-07-08usb: mtu3: support function remote wakeupChunfeng Yun3-4/+38
2022-07-08usb: mtu3: check capability of usb3 dual roleChunfeng Yun1-4/+28
2022-07-08usb: mtu3: add feature to disable device's usb3 portChunfeng Yun3-16/+24
2022-07-08usb: mtu3: print endpoint type as stringChunfeng Yun2-6/+6
2022-07-08usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji5-216/+4
2022-07-08gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak1-0/+1
2022-07-08usb: gadget: udc: atmel: convert to platform driverMichael Walle1-4/+4
2022-07-08usb: gadget: udc: atmel: check rc of devm_gpiod_get_optional()Michael Walle1-0/+2
2022-07-08USB: gadget: udc: tracing: Do not open code __string() with __dynamic_array()Steven Rostedt (Google)1-4/+4
2022-07-08staging: vt6655: Use loop in vt6655_mac_read_ether_addrPhilipp Hortmann1-6/+2
2022-07-08staging: vt6655: Use loop in vt6655_mac_write_bssid_addrPhilipp Hortmann1-6/+2
2022-07-08staging: r8188eu: pattrib addresses were already set by the callerMartin Kaiser1-7/+0
2022-07-08staging: r8188eu: remove sta2sta_data_frame prototypeMartin Kaiser1-7/+2
2022-07-08staging: vt6655: Convert macro vt6655_mac_read_ether_addr to functionPhilipp Hortmann1-11/+12
2022-07-08staging: vt6655: Convert macro vt6655_mac_write_bssid_addr to functionPhilipp Hortmann1-11/+13
2022-07-08staging: vt6655: Move two macros to file where those are usedPhilipp Hortmann2-24/+24
2022-07-08staging: vt6655: Rename MACvReadEtherAddressPhilipp Hortmann2-2/+2
2022-07-08staging: vt6655: Rename MACvWriteBSSIDAddressPhilipp Hortmann2-2/+2
2022-07-08staging: vt6655: Rename pbyEtherAddr to mac_addrPhilipp Hortmann1-14/+14
2022-07-08staging: switch to netif_napi_add_weight()Jakub Kicinski2-4/+4
2022-07-08staging: r8188eu: use ieee80211 helper to check for nullfunc frameMartin Kaiser1-2/+3
2022-07-08staging: r8188eu: remove a misleading commentMartin Kaiser1-3/+0
2022-07-08staging: r8188eu: don't set pattrib->ta againMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: don't set pattrib->ra againMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: don't set pattrib->dst againMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: set bssid only onceMartin Kaiser1-2/+0
2022-07-08staging: r8188eu: Block comments use * on subsequent linesRommel Rodriguez Perez1-12/+11
2022-07-08staging: r8188eu: mac addr len is unusedMartin Kaiser1-1/+0
2022-07-08staging: r8188eu: remove sdio definitionsMartin Kaiser1-136/+0
2022-07-08staging: r8188eu: read pwr seq length, remove PWR_CMD_ENDMartin Kaiser1-18/+7
2022-07-08staging: r8188eu: support only us in PWR_CMD_DELAYMartin Kaiser1-12/+4
2022-07-08staging: r8188eu: move pwr seq defines to HalPwrSeqCmd.cMartin Kaiser2-47/+43
2022-07-08staging: r8188eu: make ffaddr2pipehdl() staticMichael Straube2-3/+1
2022-07-08staging: r8188eu: remove HW_VAR_AMPDU_FACTOR from SetHwReg8188EU()Michael Straube3-28/+27
2022-07-08Staging: rtl8192e: Added spaces around '+'Felix Schlepper1-1/+1
2022-07-08Staging: rtl8192e: Remove unnecessary blank lineFelix Schlepper1-1/+0
2022-07-08Staging: rtl8192e: Added braces around elseFelix Schlepper1-2/+4
2022-07-08Staging: rtl8192e: Remove unnecessary parenthesesFelix Schlepper1-2/+2
2022-07-08Staging: rtl8192e: Avoid multiple assignmentsFelix Schlepper1-1/+2