Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
d56030ac25d383218045c5d87e98e0494d6af3ad
/
drivers
/
usb
/
gadget
/
at91_udc.c
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
4685d02
usb: gadget: at91_udc: fix build warning
by Felipe Balbi
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
c0aefc7
usb: gadget: at91_udc: add usb_clk for transition to common clk framework
by Boris BREZILLON
· 11 years ago
30ce198
usb: gadget: at91_udc: add missing clk_put on fclk and iclk
by Boris BREZILLON
· 11 years ago
e01ee9f
usb: gadget: use dev_get_platdata()
by Jingoo Han
· 11 years ago
7628083
usb: gadget: at91_udc: prepare clk before calling enable
by Boris BREZILLON
· 12 years ago
ae40d64
usb: gadget: at91_udc: call at91udc_of_init only when needed
by Arnd Bergmann
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
8f3d7c8
usb: gadget: at91_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
2533bee
usb: gadget: at91_udc: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
74e1a2a
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
52f7a82
usb: converto drivers/usb/* to use module_platform_driver_probe()
by Fabio Porcedda
· 12 years ago
d2aec37
USB: gadget: at91_adc: fix pullup pin validity check
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
348409a
usb: gadget: at91_udc: don't use [delayed_]work_pending()
by Tejun Heo
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
8287361
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
d755814
treewide: fix typo of "suppport" in various comments
by Masanari Iida
· 12 years ago
bcd2360
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
2bcb132
Merge 3.6-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
9c6d196
usb: gadget: at91_udc: fix dt support
by Fabio Porcedda
· 12 years ago
162ca3c
usb: gadget: at91_udc: move the dereference below the NULL test
by Wei Yongjun
· 12 years ago
f3bb8e6
usb: gadget: at91udc: Don't check for ep->ep.desc
by Sebastian Andrzej Siewior
· 12 years ago
8b7dda5
usb: gadget: at91udc: don't overwrite driver data
by Sebastian Andrzej Siewior
· 12 years ago
65c84ea
usb: gadget: at91_udc: Propagate devicetree to gadget drivers
by Alexandre Pereira da Silva
· 13 years ago
5eaee54
usb: gadget: at91_udc: fix endpoint descriptor dereference
by Nicolas Ferre
· 13 years ago
f3d8bf3
usb: gadget: at91_udc: convert to new style start/stop interface
by Sebastian Andrzej Siewior
· 13 years ago
5a6506f
usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct usb_ep
by Ido Shayevitz
· 13 years ago
7075602
USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt
by Nicolas Ferre
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
09893ee
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
66f03c6
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
d1494a3
USB: at91: Device udc add dt support
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
f9c56cd
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
by Ido Shayevitz
· 13 years ago
a003c18
usb: at91_udc: linux/prefetch.h included twice
by Danny Kukawka
· 13 years ago
4342d64
ARM: at91: make matrix register base soc independent
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
acc952c
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
3285e0e
ARM: at91/udc: use gpio_is_valid to check the gpio
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
1a8060d
usb: gadget: at91_udc: change french comments to english
by Robert Schwebel
· 13 years ago
b5dd18d
USB: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
28c9fc6
usb gadget: clean up FSF boilerplate text
by Klaus Schwarzkopf
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
eed3936
USB: at91_udc: include linux/prefetch.h explicitly
by Jean-Christophe PLAGNIOL-VILLARD
· 14 years ago
0f91349
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 14 years ago
b38b03b
usb: gadget: include <linux/prefetch.h> to fix compiling error
by Bryan Wu
· 14 years ago
bf1f0a0
usb/gadget: at91sam9g20 fix end point max packet size
by Jean-Christophe PLAGNIOL-VILLARD
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8ab1040
usb: gadget: at91_udc: Fix error path
by Rahul Ruikar
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
7f26b3a
drivers/usb: Remove unnecessary return's from void functions
by Joe Perches
· 14 years ago
4037242
ARM: 6209/3: at91_udc: Add vbus polarity and polling mode
by Ryan Mallon
· 15 years ago
4f4c5e3
ARM: 5967/1: at91_udc.c use spinlocks instead of local_irq_xxx
by Harro Haan
· 15 years ago
ac1d426
Merge branch 'devel-stable' into devel
by Russell King
· 15 years ago
7622537
ARM: 5966/1: at91_udc HW glitch
by Harro Haan
· 15 years ago
c6c3523
ARM: 5965/1: Fix soft lockup in at91 udc driver
by Harro Haan
· 15 years ago
d8bb0fd
USB: at91_udc.c: use resource_size()
by H Hartley Sweeten
· 15 years ago
23f6d91
USB: modifications for at91sam9g10
by Hong Xu
· 15 years ago
7f53669
USB: gadget: double free_irq() in at91udc_probe()
by Roel Kluin
· 15 years ago
e1f5b94
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 16 years ago
81c8d8d
USB: at91_udc: use helper functions to determine endpoint type and direction
by Matthias Kaehlcke
· 16 years ago
839214a
usb: gadget: at91_udc: remove driver_data direct access of struct device
by Greg Kroah-Hartman
· 16 years ago
c682b17
gadget: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
0f8469a
[ARM] Eliminate useless includes of asm/mach-types.h
by Russell King
· 16 years ago
bb24280
USB: at91_udc: updated fifo sizes
by David Brownell
· 17 years ago
6135266
[ARM] 5130/4: Support for the at91sam9g20
by sedji gaouaou
· 17 years ago
cdefa18
usb: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3cf2723
USB: at91_udc can prefetch data
by David Brownell
· 17 years ago
f34c32f
usb gadget: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
f3db6e8
USB: at91_udc uses generic GPIO calls; minor cleanup
by David Brownell
· 17 years ago
1440e09
USB: gadget: at91_udc minor fix (there is no number six)
by David Brownell
· 17 years ago
eb0be47
USB: usb peripheral controller driver oops avoidance
by Patrik Sevallius
· 17 years ago
08cbc70
USB: at91_udc: correct hanging while disconnecting usb cable
by Nicolas Ferre
· 17 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 17 years ago
c67ab13
usb gadget stack: remove usb_ep_*_buffer(), part 2
by David Brownell
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
dee497d
USB: at91_udc, fix more modpost bogosity (rename driver struct)
by David Brownell
· 18 years ago
59b8175c
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
398acce
USB: at91_udc, shrink runtime footprint
by David Brownell
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
b2c6561
[ARM] 4145/2: AT91: Add support for AT91SAM9263 processor
by Andrew Victor
· 18 years ago
66e56ce
USB: at91_udc wakeup event updates
by David Brownell
· 18 years ago
5f84813
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
by David Brownell
· 18 years ago
bfb7fb7
USB: at91_udc: Additional checks
by Wojtek Kaniewski
· 18 years ago
943c441
USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver()
by Wojtek Kaniewski
· 18 years ago
bc92c32
USB: at91_udc: allow drivers that support high speed
by Wojtek Kaniewski
· 18 years ago
29ba4b5
USB: at91_udc, misc fixes
by Andrew Victor
· 18 years ago
ffd3326
USB: at91 udc, support at91sam926x addresses
by Andrew Victor
· 18 years ago
6bea476
USB: gadget driver unbind() is optional; section fixes; misc
by David Brownell
· 18 years ago
cd86128
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
by Robert P. J. Day
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
ebdea46
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
Next »