summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-23usb: dwc3: debug: Remove newline printoutThinh Nguyen1-2/+2
2019-10-22usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin1-1/+1
2019-10-22usb: gadget: udc: lpc32xx: Use devm_platform_ioremap_resource() in lpc32xx_ud...Markus Elfring1-5/+1
2019-10-22USB: gadget: udc: clean up an indentation issueColin Ian King1-1/+1
2019-10-22usb: gadget: Quieten gadget config messageJoel Stanley1-3/+3
2019-10-22phy: renesas: rcar-gen3-usb2: Use platform_get_irq_optional() for optional irqGeert Uytterhoeven1-1/+1
2019-10-22usb: gadget: Remove set but not used variable 'opts' in msg_do_configzhengbin1-3/+0
2019-10-22usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_configzhengbin1-3/+0
2019-10-22usb: mtu3: add a new function to do status stageChunfeng Yun1-11/+12
2019-10-22usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen1-5/+105
2019-10-22usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar1-1/+12
2019-10-22usb: gadget: Correct NULL pointer checking in fsl gadgetNikhil Badola1-2/+3
2019-10-22usb: fsl: Remove unused variableNikhil Badola1-4/+1
2019-10-22USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov1-4/+4
2019-10-22USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov1-1/+1
2019-10-22usb: renesas_usbhs: add suspend event support in gadget modeVeeraiyan Chidambaram2-4/+11
2019-10-22usb: renesas_usbhs: simplify usbhs_status_get_device_state()Eugeniu Rosca1-11/+1
2019-10-22usb: renesas_usbhs: enable DVSE interruptEugeniu Rosca1-4/+3
2019-10-22usb: gadget: udc: renesas_usb3: add suspend event supportVeeraiyan Chidambaram1-0/+15
2019-10-22usb: gadget: s3c-hsudc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-10-22usb: gadget: renesas_usb3: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: r8a66597-udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-10-22usb: gadget: pxa27x_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: bdc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: bcm63xx_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-5/+2
2019-10-22usb: gadget: at91_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: renesas_usbhs: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-10-22usb: phy: mxs: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: phy: keystone: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław1-75/+37
2019-10-22usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław1-1/+14
2019-10-22usb: gadget: legacy/serial: allow dynamic removalMichał Mirosław1-1/+48
2019-10-22usb: gadget: u_serial: allow more console gadget portsMichał Mirosław4-0/+97
2019-10-22usb: gadget: u_serial: make OBEX port not a consoleMichał Mirosław3-5/+14
2019-10-22usb: gadget: u_serial: reimplement console supportMichał Mirosław1-181/+158
2019-10-22usb: gadget: u_serial: add missing port entry lockingMichał Mirosław1-0/+2
2019-10-22usb: dwc3: Disable phy suspend after power-on resetThinh Nguyen1-0/+37
2019-10-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-15/+38
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds84-443/+739
2019-10-19net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard1-1/+2
2019-10-19net: aquantia: add an error handling in aq_nic_set_multicast_listChenwandun1-0/+2
2019-10-19macb: propagate errors when getting optional clocksMichael Tretter1-6/+6
2019-10-19xen/netback: fix error path of xenvif_connect_data()Juergen Gross1-1/+0
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu6-6/+58
2019-10-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+6
2019-10-19zram: fix race between backing_dev_show and backing_dev_storeChenwandun1-2/+3
2019-10-19drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_pag...David Hildenbrand1-0/+3
2019-10-18Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-blockLinus Torvalds9-66/+148