| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-08-12 | 1 | -1/+1 |
|\ |
|
| * | i2c: Add support for custom probe function | Jean Delvare | 2010-08-11 | 1 | -1/+1 |
* | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-12 | 1 | -0/+2 |
|\ \ |
|
| * | | param: simple locking for sysfs-writable charp parameters | Rusty Russell | 2010-08-11 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 | 6 | -21/+21 |
|\ \
| |/
|/| |
|
| * | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 6 | -21/+21 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-08-10 | 116 | -1833/+4568 |
|\ \ |
|
| * | | USB: serial: fix stalled writes | Johan Hovold | 2010-08-10 | 1 | -5/+10 |
| * | | USB: remove fake "address-of" expressions | Alan Stern | 2010-08-10 | 4 | -23/+15 |
| * | | USB: fix thread-unsafe anchor utiliy routines | Christian Lamparter | 2010-08-10 | 1 | -29/+21 |
| * | | USB: usbtest: support test device with only one iso-in or iso-out endpoint | Ming Lei | 2010-08-10 | 1 | -1/+4 |
| * | | USB: usbtest: avoid to free coherent buffer in atomic context | Ming Lei | 2010-08-10 | 1 | -1/+5 |
| * | | USB: xhci: Set DMA mask for host. | Sarah Sharp | 2010-08-10 | 1 | -0/+9 |
| * | | USB: xhci: Don't flush doorbell writes. | Sarah Sharp | 2010-08-10 | 1 | -5/+0 |
| * | | USB: xhci: Reduce reads and writes of interrupter registers. | Sarah Sharp | 2010-08-10 | 1 | -8/+10 |
| * | | USB: xhci: Make xhci_set_hc_event_deq() static. | Sarah Sharp | 2010-08-10 | 3 | -23/+23 |
| * | | USB: xhci: Minimize HW event ring dequeue pointer writes. | Sarah Sharp | 2010-08-10 | 1 | -13/+37 |
| * | | USB: xhci: Make xhci_handle_event() static. | Sarah Sharp | 2010-08-10 | 2 | -2/+1 |
| * | | USB: xhci: Remove unnecessary reads of IRQ_PENDING register. | Sarah Sharp | 2010-08-10 | 1 | -15/+12 |
| * | | USB: xhci: Performance - move xhci_work() into xhci_irq() | Sarah Sharp | 2010-08-10 | 1 | -43/+30 |
| * | | USB: xhci: Performance - move interrupt handlers into xhci-ring.c | Sarah Sharp | 2010-08-10 | 3 | -103/+104 |
| * | | USB: xhci: Performance - move functions that find ep ring. | Sarah Sharp | 2010-08-10 | 4 | -48/+85 |
| * | | USB: add USB serial ssu100 driver | Bill Pemberton | 2010-08-10 | 3 | -0/+708 |
| * | | USB: usb-storage: implement autosuspend | Alan Stern | 2010-08-10 | 1 | -0/+4 |
| * | | USB: ehci: fix remove of ehci debugfs dir | Ming Lei | 2010-08-10 | 2 | -41/+21 |
| * | | USB: Add USB 2.0 to ssb ohci driver | Hauke Mehrtens | 2010-08-10 | 1 | -3/+49 |
| * | | USB: cp210x: Add four new device IDs | Alessio Igor Bogani | 2010-08-10 | 1 | -0/+4 |
| * | | USB: ftdi_sio: device id for Navitator | dranch@trinnet.net | 2010-08-10 | 2 | -0/+8 |
| * | | USB: accept RNDIS configs if there's no alternative | Alan Stern | 2010-08-10 | 1 | -1/+3 |
| * | | USB: option: add huawei k3765 k4505 devices to work properly | Andrew Bird | 2010-08-10 | 1 | -0/+11 |
| * | | USB: gadget: file_storage: serial parameter even if not test mode | Michal Nazarewicz | 2010-08-10 | 1 | -9/+11 |
| * | | usb: imx21-hcd: set task state with schedule_timeout_uninterruptible() | Kulikov Vasiliy | 2010-08-10 | 1 | -1/+1 |
| * | | USB: serial: enabling support for Segway RMP in ftdi_sio | John G. Rogers | 2010-08-10 | 2 | -0/+6 |
| * | | USB: s3c-hsotg: add support for clock gating | Marek Szyprowski | 2010-08-10 | 1 | -3/+17 |
| * | | USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR register | Marek Szyprowski | 2010-08-10 | 1 | -2/+4 |
| * | | USB: s3c-hsotg: fix compilation problem | Marek Szyprowski | 2010-08-10 | 1 | -0/+1 |
| * | | USB: s3c-hsotg: Add support for external USB clock | Maurus Cuelenaere | 2010-08-10 | 1 | -0/+19 |
| * | | USB: s3c-hsotg: Fix OUT packet request retry | Ben Dooks | 2010-08-10 | 1 | -7/+11 |
| * | | USB: s3c-hsotg: Fix the OUT EP0 limit | Ben Dooks | 2010-08-10 | 1 | -2/+1 |
| * | | USB: s3c-hsotg: Fix max EP0 IN request length | Ben Dooks | 2010-08-10 | 1 | -2/+1 |
| * | | USB: s3c-hsotg: Check for new request before enqueing new setup | Ben Dooks | 2010-08-10 | 1 | -1/+1 |
| * | | USB: s3c-hsotg: Only load packet per fifo write | Ben Dooks | 2010-08-10 | 1 | -0/+11 |
| * | | USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO mode | Ben Dooks | 2010-08-10 | 1 | -2/+38 |
| * | | USB: s3c-hsotg: Re-initialise all FIFOs on USB bus reset | Ben Dooks | 2010-08-10 | 1 | -9/+4 |
| * | | USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo' | Ben Dooks | 2010-08-10 | 1 | -1/+11 |
| * | | USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytes | Ben Dooks | 2010-08-10 | 1 | -1/+2 |
| * | | USB: s3c-hsotg: Increase TX fifo limit | Ben Dooks | 2010-08-10 | 1 | -2/+2 |
| * | | usb: host: sl811-hcd: check kzalloc() result | Kulikov Vasiliy | 2010-08-10 | 1 | -1/+4 |
| * | | USB: gadget: storage: optional SCSI WRITE FUA bit | Andy Shevchenko | 2010-08-10 | 2 | -7/+52 |
| * | | usb: gadget: storage: strict coversion of 'ro' parameter | Andy Shevchenko | 2010-08-10 | 1 | -4/+4 |