Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bcde519e8c325f3cc1fcf443eb6466e6bb3a3aca
/
drivers
/
usb
/
gadget
/
udc
/
fsl_qe_udc.c
977ac78
usb: gadget: udc: constify usb_ep_ops structures
by Bhumika Goyal
· 8 years ago
9b0dd49
Merge 4.8-rc5 into usb-testing
by Greg Kroah-Hartman
· 8 years ago
d9116ca
usb: gadget: udc: fsl_qe_udc: don't print on ENOMEM
by Wolfram Sang
· 9 years ago
f4693b0
usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
by Dan Carpenter
· 9 years ago
7442e6d
usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
by Dan Carpenter
· 9 years ago
96c7de4
usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage
by Andrzej Hajda
· 9 years ago
7aa1aa6
QE: Move QE from arch/powerpc to drivers/soc
by Zhao Qiang
· 9 years ago
e8fc42f
usb: gadget: fsl_qe_udc: add ep capabilities support
by Robert Baldyga
· 10 years ago
9f56ce0
usb: gadget: cleanup on stack DECLARE_COMPLETIONs
by Nicholas Mc Guire
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
fba45ce
usb: gadget: fsl_qe_udc: use udc-core's reset notifier
by Peter Chen
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 10 years ago
7035847
usb: gadget: udc: fsl_qe: remove bind/unbind messages
by Felipe Balbi
· 10 years ago
5d82ff9
usb: gadget: udc: fsl_qe: do not rely on 'driver' argument
by Felipe Balbi
· 10 years ago
3efe90e
usb: gadget: fsl_qe_udc: delete unnecessary 'out of memory' messages
by Peter Chen
· 10 years ago
6d3f5f2
usb: gadget: udc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
304f7e5
usb: gadget: Refactor request completion
by Michal Sojka
· 10 years ago
90fccb5
usb: gadget: Gadget directory cleanup - group UDC drivers
by Andrzej Pietrasiewicz
· 11 years ago
[Renamed from drivers/usb/gadget/fsl_qe_udc.c]
7b0a12a
usb: gadget: fsl_qe_udc: Introduce use of managed version of kzalloc
by Himangi Saraogi
· 11 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
7de7174
usb: gadget: remove superfluous name casts
by Geert Uytterhoeven
· 11 years ago
5af5073
drivers: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
dae8ead
usb: gadget: use platform_{get,set}_drvdata()
by Jingoo Han
· 12 years ago
29e7dbf
usb: gadget: fsl_qe_udc: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
fc2dba9
usb: gadget: fsl_qe_udc: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
c07d1b63
usb: gadget: fsl_qe_udc: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
eeef458
usb: gadget: constify all struct usb_gadget_ops
by Felipe Balbi
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
2f82686
usb: remove use of __devinitconst
by Bill Pemberton
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
7690417
usb: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
fc065a0
usb: gadget: fsl_qe_udc: Remove unneeded condition
by Ido Shayevitz
· 13 years ago
504d14c
usb: gadget: fsl_qe_udc: remove not implemented callbacks
by Sebastian Andrzej Siewior
· 13 years ago
d77c119
usb: gadget: fsl_qe_udc: convert to new style start/stop
by Sebastian Andrzej Siewior
· 13 years ago
ec39e2a
usb: gadget: Update fsl_qe_udc to use usb_endpoint_descriptor inside the struct usb_ep
by Ido Shayevitz
· 13 years ago
f9c56cd
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
by Ido Shayevitz
· 13 years ago
121a8cd
Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
007d00d
Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
bfe0658
usb: udc: Fix gadget driver's speed check in various UDC drivers
by Michal Nazarewicz
· 13 years ago
cc27c96
usb: convert drivers/usb/* to use module_platform_driver()
by Axel Lin
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 14 years ago
0f91349
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 14 years ago
b1608d6
drivercore: revert addition of of_match to struct device
by Grant Likely
· 14 years ago
d834508
USB: fsl_qe_udc: send ZLP when zero flag and length % maxpacket == 0
by Valentin Longchamp
· 14 years ago
d35fb64
dt/usb: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 15 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 15 years ago
22ae782
of/address: Clean up function declarations
by Grant Likely
· 15 years ago
3ed3880
of/usb: fsl_qe_udc.c: fix build breakage
by Anatolij Gustschin
· 15 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
07824d3
USB gadget: make Open Firmware device id constant
by Németh Márton
· 15 years ago
04c4ab1
USB: fsl_qe_udc: Add fsl,mpc8323-qe-usb compatible entry
by Anton Vorontsov
· 16 years ago
af3ddbd
USB: fsl_qe_udc: Fix stalled TX requests bug
by Anton Vorontsov
· 16 years ago
82341b3
USB: fsl_qe_udc: Fix muram corruption by disabled endpoints
by Anton Vorontsov
· 16 years ago
ef84e40
USB: fsl_qe_udc: Fix disconnects reporting during bus reset
by Anton Vorontsov
· 16 years ago
2247818
USB: fsl_qe_udc: Fix QE USB controller initialization
by Anton Vorontsov
· 16 years ago
a30551d
USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus()
by Anton Vorontsov
· 16 years ago
94f341db
USB: fsl_qe_udc: Fix oops on QE UDC probe failure
by Anton Vorontsov
· 16 years ago
cd40c4c
USB: fsl_qe_udc: Check for muram allocation errors
by Anton Vorontsov
· 16 years ago
c682b17
gadget: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
9ac36da
USB: fsl_qe_udc: Report disconnect before unbinding
by Anton Vorontsov
· 16 years ago
15d5a9a
usb/fsl_qe_udc: clear data toggle on clear halt request
by Li Yang
· 16 years ago
928dfa6
usb/fsl_qe_udc: fix response to get status request
by Li Yang
· 16 years ago
3948f0e
usb: add Freescale QE/CPM USB peripheral controller driver
by Li Yang
· 16 years ago