Age | Commit message (Expand) | Author | Files | Lines |
2012-05-07 | Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 50 | -1754/+2211 |
2012-05-07 | Merge 3.4-rc6 into usb-next | Greg Kroah-Hartman | 189 | -1321/+2046 |
2012-05-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2012-05-05 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 3 | -13/+10 |
2012-05-05 | ACPI: Fix D3hot v D3cold confusion | Lin Ming | 3 | -13/+10 |
2012-05-05 | USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd. | Russ Dill | 1 | -9/+9 |
2012-05-05 | USB: serqt_usb2.c: remove dbg() tracing calls | Greg Kroah-Hartman | 1 | -44/+0 |
2012-05-05 | USB: quatech_usb2.c: remove dbg() tracing calls | Greg Kroah-Hartman | 1 | -18/+1 |
2012-05-05 | USB: gadget: ci13xx_udc: remove unused err() macro | Greg Kroah-Hartman | 1 | -1/+0 |
2012-05-05 | USB: input: appletouch: fix up compiler warning | Greg Kroah-Hartman | 1 | -1/+0 |
2012-05-05 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2012-05-05 | USB: input: usbtouchscreen.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -15/+14 |
2012-05-05 | USB: input: wacom_sys.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -2/+2 |
2012-05-05 | USB: input: kbtab.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -3/+7 |
2012-05-05 | USB: input: gtco.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -3/+5 |
2012-05-05 | USB: input: aiptek.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -8/+9 |
2012-05-05 | USB: input: acecad.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -3/+6 |
2012-05-05 | USB: input: bcm5974.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -11/+11 |
2012-05-05 | USB: input: appletouch.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -12/+15 |
2012-05-05 | USB: input: yealink.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -8/+10 |
2012-05-05 | USB: input: powermate.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -1/+3 |
2012-05-05 | USB: input: keyspan_remote.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -7/+7 |
2012-05-05 | USB: input: cm109.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -10/+10 |
2012-05-05 | USB: input: xpad.c: fix up dev_* messages | Greg Kroah-Hartman | 1 | -3/+5 |
2012-05-05 | USB: input: iforce: fix up dev_* messages | Greg Kroah-Hartman | 3 | -5/+7 |
2012-05-05 | intel_mid_powerbtn: mark irq as IRQF_NO_SUSPEND | Yong Wang | 1 | -1/+1 |
2012-05-04 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 6 | -14/+23 |
2012-05-04 | Merge tag 'md-3.4-fixes' of git://neil.brown.name/md | Linus Torvalds | 2 | -5/+1 |
2012-05-04 | usb:hsotg:samsung: err_irq: support for probe function | Lukasz Majewski | 1 | -8/+5 |
2012-05-04 | usb:hsotg:samsung: Use clk_prepare_enable and clk_disable_unprepare | Lukasz Majewski | 1 | -3/+3 |
2012-05-04 | usb:hsotg:samsung: Remove the S3C_ prefix from registers definition. | Lukasz Majewski | 2 | -677/+675 |
2012-05-04 | usb:hsotg:samsung: Add release function for hsotg device | Lukasz Majewski | 1 | -1/+13 |
2012-05-04 | usb:hsotg:samsung: Remove our_hsotg global pointer | Lukasz Majewski | 1 | -5/+2 |
2012-05-04 | usb:hsotg:samsung: Comments reorganization and cleanup | Lukasz Majewski | 1 | -122/+252 |
2012-05-04 | usb:hsotg:samsung: Use new udc_start and udc_stop callbacks | Lukasz Majewski | 1 | -25/+36 |
2012-05-04 | usb:hsotg:samsung: Determine number of EPs from HW configuration register | Lukasz Majewski | 1 | -67/+100 |
2012-05-04 | usb:hsotg:samsung: Cable disconnection recovery code | Lukasz Majewski | 1 | -10/+18 |
2012-05-04 | usb:hsotg:samsung: Rename s3c_hsotg_disconnect function | Lukasz Majewski | 1 | -5/+5 |
2012-05-04 | usb:hsotg:samsung: Remove Disconnect Interrupt handler | Lukasz Majewski | 1 | -10/+2 |
2012-05-04 | usb:hsotg:samsung: Extract core initialization function | Lukasz Majewski | 1 | -161/+173 |
2012-05-04 | usb:hsotg:samsung: Sending ZLP packet for IN EP0 transfers | Lukasz Majewski | 1 | -2/+32 |
2012-05-04 | usb:hsotg:samsung: NAK management for EP0 (Setup stage of control transfers) | Lukasz Majewski | 1 | -2/+19 |
2012-05-04 | usb:hsotg:samsung: Use of regulator_bulk_* functions for USB regulators | Lukasz Majewski | 1 | -2/+39 |
2012-05-04 | usb:hsotg:samsung: Wrappers for USB PHY methods | Lukasz Majewski | 1 | -5/+43 |
2012-05-04 | usb:hsotg:samsung: Remove platform dependent functions from s3c-hsotg | Lukasz Majewski | 1 | -77/+0 |
2012-05-04 | usb:hsotg:samsung: Remove platform dependency from s3c-hsotg | Lukasz Majewski | 2 | -2/+381 |
2012-05-04 | f_fs: ffs_func_free: cleanup requests allocated by autoconfig | Peter Korsgaard | 1 | -0/+14 |
2012-05-04 | usb: gadget: add isochronous support to gadget zero | Paul Zimmerman | 4 | -65/+387 |
2012-05-04 | usb: gadget: add a sparse endian notation | Dan Carpenter | 1 | -1/+1 |
2012-05-04 | usb: gadget: r8a66597-udc: add support for set_selfpowered | Shimoda, Yoshihiro | 2 | -1/+15 |