Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
14ff96e04c0b29736c8c81fbe75e86dd373c8e22
14ff96e
usb: renesas: pipe: convert a long if into a XOR operation
by Felipe Balbi
· 13 years ago
abfbe33
usb: gadget: remove useless depends on Kconfig
by Felipe Contreras
· 13 years ago
922be95
usb: gadget: s3c-hsudc: remove the_controller global
by Heiko Stübner
· 13 years ago
dee19be
usb: gadget: s3c-hsudc: use release_mem_region instead of release_resource
by Heiko Stübner
· 13 years ago
bab7d03
usb: gadget: s3c-hsudc: Add regulator handling
by Heiko Stübner
· 13 years ago
d93e260
usb: gadget: s3c-hsudc: use udc_start and udc_stop functions
by Heiko Stübner
· 13 years ago
103495a
usb: gadget: s3c-hsudc: move device registration to probe
by Heiko Stübner
· 13 years ago
e9bcb9e
usb: gadget: s3c-hsudc: add missing otg_put_transceiver in probe
by Heiko Stübner
· 13 years ago
a197756
usb: gadget: s3c-hsudc: add __devinit to probe function
by Heiko Stübner
· 13 years ago
715a3e4
usb: gadget: s3c-hsudc: move platform_data struct to global header
by Heiko Stübner
· 13 years ago
3a082ec
USB: EHCI: Add Marvell Host Controller driver
by Neil Zhang
· 13 years ago
277164f
USB: OTG: add Marvell usb OTG driver support
by Neil Zhang
· 13 years ago
5e6c86b
usb: gadget: mv_udc: drop ARCH dependency
by Neil Zhang
· 13 years ago
c2bbd16
usb: gadget: mv_udc: fix bug in ep_dequeue
by Neil Zhang
· 13 years ago
a7250db
usb: gadget: enlarge maxburst bit width.
by Yu Xu
· 13 years ago
91d959d
usb: gadget: mv_udc: rewrite queue_dtd according to spec
by Neil Zhang
· 13 years ago
86bb702
usb: gadget: mv_udc: fix readl error
by Neil Zhang
· 13 years ago
8418153
usb: renesas_usbhs: silence a gcc warning
by Dan Carpenter
· 13 years ago
d9b78f3
usb: renesas_usbhs: tidyup for smatch warnings
by Kuninori Morimoto
· 13 years ago
15a3838
usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()
by Kuninori Morimoto
· 13 years ago
2d833fa
usb: renesas_usbhs: add force packet remove method
by Kuninori Morimoto
· 13 years ago
6d0376f
usb: renesas_usbhs: care usb_hcd_giveback_urb() status
by Kuninori Morimoto
· 13 years ago
b1930da
usb: renesas_usbhs: add usbhsh_is_running()
by Kuninori Morimoto
· 13 years ago
31e00fd
usb: renesas_usbhs: disable attch irq after device attached
by Kuninori Morimoto
· 13 years ago
3edeee3
usb: renesas_usbhs: care pipe sequence
by Kuninori Morimoto
· 13 years ago
e5679d0
usb: renesas_usbhs: add usbhs_pipe_attach() method
by Kuninori Morimoto
· 13 years ago
e4c57de
usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error case
by Kuninori Morimoto
· 13 years ago
c1e4877
usb: renesas_usbhs: modify device attach method
by Kuninori Morimoto
· 13 years ago
5479654
usb: renesas_usbhs: pop packet when urb dequeued
by Kuninori Morimoto
· 13 years ago
37332ee
usb: renesas_usbhs: add lost error value when enqueue
by Kuninori Morimoto
· 13 years ago
2bcb751
usb: gadget: mv_udc: replace some debug info
by Neil Zhang
· 13 years ago
5076ae5
usb: gadget: mv_udc: refine suspend/resume function
by Neil Zhang
· 13 years ago
85ff7bf
usb: gadget: mv_udc: refine the clock relative code
by Neil Zhang
· 13 years ago
309d6d2
usb: gadget: mv_udc: disable ISR when stopped
by Neil Zhang
· 13 years ago
487d54d
usb: gadget: mv_udc: add otg relative code
by Neil Zhang
· 13 years ago
9823a52
usb: gadget: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
b294b20
usb: renesas_usbhs: remove the_controller_link
by Kuninori Morimoto
· 13 years ago
dfbb7f4
usb: renesas_usbhs: add test-mode support
by Kuninori Morimoto
· 13 years ago
91b158f
usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.
by Kuninori Morimoto
· 13 years ago
25fa707
usb: renesas_usbhs: send packet in necessary timing.
by Kuninori Morimoto
· 13 years ago
17f7f76
usb: renesas_usbhs: add basic USB_REQ_GET_STATUS support
by Kuninori Morimoto
· 13 years ago
ced6e09
usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE support
by Kuninori Morimoto
· 13 years ago
9cf1b06
usb: renesas_usbhs: add usbhs_pipe_is_stall()
by Kuninori Morimoto
· 13 years ago
4b81593
usb: renesas_usbhs: remove superfluous usbhs_lock from recip handler
by Kuninori Morimoto
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
d327ab5
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
by Michal Nazarewicz
· 13 years ago
7aac8d1
usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()
by Kuninori Morimoto
· 13 years ago
4825093
usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx()
by Kuninori Morimoto
· 13 years ago
3eddc9e
usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push()
by Kuninori Morimoto
· 13 years ago
f352741
usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx()
by Kuninori Morimoto
· 13 years ago
d399f90
usb: gadget: renesas_usbhs: adds spin lock area on mod_host
by Kuninori Morimoto
· 13 years ago
ab14230
usb: gadget: renesas_usbhs: check device0 status when alloc
by Kuninori Morimoto
· 13 years ago
c5b963f
usb: gadget: renesas_usbhs: remove usbhsh_request list
by Kuninori Morimoto
· 13 years ago
9c67365
usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubport
by Kuninori Morimoto
· 13 years ago
fca8ab7
usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()
by Kuninori Morimoto
· 13 years ago
3dd4926
usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()
by Kuninori Morimoto
· 13 years ago
fc9d5c7
usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcpriv
by Kuninori Morimoto
· 13 years ago
ee8a0bf
usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/free
by Kuninori Morimoto
· 13 years ago
1ab6f25
usb: gadget: renesas_usbhs: drop dependency for mod_gadget
by Kuninori Morimoto
· 13 years ago
144974e
usb: gadget: mass_storage: support multi-luns with different logic block size
by Yuping Luo
· 13 years ago
b4fcea2
usb: gadget: renesas_usbhs: unified callback function
by Kuninori Morimoto
· 13 years ago
f1ee56a
usb: gadget: renesas_usbhs: add platform power control function
by Kuninori Morimoto
· 13 years ago
a49a88f
usb: gadget: renesas_usbhs: tidyup the unit of detection_delay
by Kuninori Morimoto
· 13 years ago
25234b4
usb: gadget: renesas_usbhs: tidyup mod_host request variable name
by Kuninori Morimoto
· 13 years ago
7619015
usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local function
by Kuninori Morimoto
· 13 years ago
3244a7b
usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()
by Kuninori Morimoto
· 13 years ago
2288e10
usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()
by Kuninori Morimoto
· 13 years ago
dd39c35
USB: ci13xxx_udc: handle controllers with less than 16 EPs
by Marc Kleine-Budde
· 13 years ago
7bb4fdc
USB: ci13xxx_udc: make suspend and resume in gadget driver optional
by Marc Kleine-Budde
· 13 years ago
dc47ce9
Linux 3.2-rc5
by Linus Torvalds
· 13 years ago
8def5f5
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
a776878
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
e2f4e0b
Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6
by Linus Torvalds
· 13 years ago
af209e0
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
53523d5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 13 years ago
592d44a
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 13 years ago
3ab345f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
975e32c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
031af165
sys_getppid: add missing rcu_dereference
by Mandeep Singh Baines
· 13 years ago
1cee22b
rapidio/tsi721: modify PCIe capability settings
by Alexandre Bounine
· 13 years ago
b439e66
rapidio/tsi721: fix mailbox resource reporting
by Alexandre Bounine
· 13 years ago
ceb9639
rapidio/tsi721: switch to dma_zalloc_coherent
by Alexandre Bounine
· 13 years ago
2a95ea6
procfs: do not overflow get_{idle,iowait}_time for nohz
by Michal Hocko
· 13 years ago
1368edf
mm: vmalloc: check for page allocation failure before vmlist insertion
by Mel Gorman
· 13 years ago
d0215638
mm: Ensure that pfn_valid() is called once per pageblock when reserving pageblocks
by Michal Hocko
· 13 years ago
0976133
mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages
by Hillf Danton
· 13 years ago
58a84aa
thp: set compound tail page _count to zero
by Youquan Song
· 13 years ago
b6999b19
thp: add compound tail page _mapcount when mapped
by Youquan Song
· 13 years ago
09dc3cf
printk: avoid double lock acquire
by Peter Zijlstra
· 13 years ago
c193c82
memcg: update maintainers
by KAMEZAWA Hiroyuki
· 13 years ago
2dbcd05
drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues
by Jonghwan Choi
· 13 years ago
1de8ad4
CREDITS: update Kees's expired fingerprint and fix details
by Kees Cook
· 13 years ago
1dfb059
thp: reduce khugepaged freezing latency
by Andrea Arcangeli
· 13 years ago
b53fc7c
fs/proc/meminfo.c: fix compilation error
by Claudio Scordino
· 13 years ago
83aeead
vmscan: use atomic-long for shrinker batching
by Konstantin Khlebnikov
· 13 years ago
635697c
vmscan: fix initial shrinker size handling
by Konstantin Khlebnikov
· 13 years ago
b2c1639
MAINTAINERS: Update amd-iommu F: patterns
by Joe Perches
· 13 years ago
e8c7106
x86, efi: Calling __pa() with an ioremap()ed address is invalid
by Matt Fleming
· 13 years ago
7023676
cifs: check for NULL last_entry before calling cifs_save_resume_key
by Jeff Layton
· 13 years ago
95edcff
cifs: attempt to freeze while looping on a receive attempt
by Jeff Layton
· 13 years ago
Next »