Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 | Linus Torvalds | 2008-07-14 | 40 | -39099/+444 | |
|\ | ||||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2008-07-14 | 40 | -39099/+444 | |
| |\ | ||||||
| | * | edgeport-ti: use request_firmware() | Jaswinder Singh | 2008-07-14 | 2 | -873/+47 | |
| | * | edgeport: use request_firmware() | Jaswinder Singh | 2008-07-14 | 5 | -3557/+90 | |
| | * | whiteheat: use request_firmware() | David Woodhouse | 2008-07-10 | 2 | -1696/+50 | |
| | * | ti_usb_3410_5052: use request_firmware() | David Woodhouse | 2008-07-10 | 3 | -1783/+27 | |
| | * | emi62: use request_firmware() | David Woodhouse | 2008-07-10 | 3 | -17747/+73 | |
| | * | emi26: use request_firmware() | David Woodhouse | 2008-07-10 | 2 | -5809/+66 | |
| | * | keyspan_pda: use request_firmware() | David Woodhouse | 2008-07-10 | 5 | -2545/+24 | |
| | * | keyspan: use request_firmware() | David Woodhouse | 2008-07-10 | 15 | -5078/+54 | |
| | * | isight: treat firmware data as const | gregkh@suse.de | 2008-07-10 | 1 | -1/+1 | |
| | * | cxacru: treat firmware data as const | David Woodhouse | 2008-07-10 | 1 | -1/+1 | |
| | * | ueagle-atm: treat firmware data as const | David Woodhouse | 2008-07-10 | 1 | -9/+11 | |
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-14 | 14 | -470/+494 | |
|\ \ \ | ||||||
| * \ \ | [ARM] Merge most of the PXA work for initial merge | Russell King | 2008-07-14 | 10 | -191/+189 | |
| |\ \ \ | ||||||
| | * | | | [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr... | Philipp Zabel | 2008-07-09 | 8 | -178/+176 | |
| | * | | | [ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udc | Philipp Zabel | 2008-06-15 | 3 | -11/+5 | |
| | * | | | [ARM] pxa: separate PXA25x and PXA27x UDC register definitions | Russell King | 2008-05-19 | 1 | -2/+8 | |
| * | | | | Merge branch 'imx' into devel | Russell King | 2008-07-10 | 14 | -37/+89 | |
| |\ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-------. \ \ \ \ | Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o... | Russell King | 2008-07-10 | 5 | -279/+305 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | | * | | | | | ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REG | Tony Lindgren | 2008-07-03 | 3 | -239/+295 | |
| | | | | * | | | | | ARM: OMAP: DMA: Remove __REG access | Tony Lindgren | 2008-07-03 | 1 | -36/+6 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | [ARM] 5130/4: Support for the at91sam9g20 | sedji gaouaou | 2008-07-10 | 1 | -2/+2 | |
| | * | | | | | | | [ARM] 4940/1: AT91: UDPHS driver: SAM9RL board and cpu integration. | Nicolas Ferre | 2008-06-02 | 1 | -2/+2 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
* | | | | | | | | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 63 | -203/+1830 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Fix name of Russell King in various comments | Uwe Kleine-König | 2008-07-10 | 4 | -4/+4 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Revert "USB: don't explicitly reenable root-hub status interrupts" | Linus Torvalds | 2008-07-06 | 22 | -31/+70 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | USB: adding comment for ipaq forcing number of ports | Oliver Neukum | 2008-07-03 | 1 | -0/+5 | |
| * | | | | | USB: fix Oops on loading ipaq module since 2.6.26 | Oliver Neukum | 2008-07-03 | 1 | -1/+1 | |
| * | | | | | USB: add a pl2303 device id | Greg Kroah-Hartman | 2008-07-03 | 2 | -0/+2 | |
| * | | | | | USB: another option device id | Greg Kroah-Hartman | 2008-07-03 | 1 | -0/+1 | |
| * | | | | | USB: don't lose disconnections during suspend | Alan Stern | 2008-07-03 | 1 | -11/+4 | |
| * | | | | | USB: fix interrupt disabling for HCDs with shared interrupt handlers | Stefan Becker | 2008-07-03 | 1 | -10/+28 | |
| * | | | | | USB: New device ID for ftdi_sio driver | Jon K Hellan | 2008-07-03 | 2 | -0/+4 | |
| * | | | | | sisusbvga: Fix oops on disconnect. | Will Newton | 2008-07-03 | 1 | -2/+0 | |
| * | | | | | USB: mass storage: new id for US_SC_CYP_ATACB | matthieu castet | 2008-07-03 | 1 | -0/+8 | |
| * | | | | | USB: ohci - record data toggle after unlink | David Brownell | 2008-07-03 | 1 | -0/+12 | |
| * | | | | | USB: ehci - fix timer regression | David Brownell | 2008-07-03 | 1 | -9/+10 | |
| * | | | | | USB: fix cdc-acm resume() | Oliver Neukum | 2008-07-03 | 1 | -3/+0 | |
| * | | | | | OHCI: Fix problem if SM501 and another platform driver is selected | Ben Dooks | 2008-07-03 | 1 | -1/+14 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-06-17 | 1 | -0/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Input: appletouch - implement reset-resume logic | Oliver Neukum | 2008-06-17 | 1 | -0/+3 | |
| | |/ / / | ||||||
| * | | | | USB: don't use reset-resume if drivers don't support it | Linus Torvalds | 2008-06-11 | 1 | -2/+44 | |
| * | | | | USB: isp1760: Assign resource fields before adding hcd | Nate Case | 2008-06-11 | 1 | -4/+4 | |
| * | | | | isight_firmware: Avoid crash on loading invalid firmware | Matthew Garrett | 2008-06-11 | 1 | -7/+16 | |
| * | | | | USB: fix build bug in USB_ISIGHTFW | Ingo Molnar | 2008-06-11 | 1 | -0/+1 | |
| * | | | | usb: r8a66597-hcd: Add support for SH7723 USB host | Yoshihiro Shimoda | 2008-06-09 | 1 | -4/+4 | |
| * | | | | isp1760-if iomem annotations | Al Viro | 2008-06-04 | 1 | -2/+2 | |
| * | | | | cdc-wdm endianness fixes | Al Viro | 2008-06-04 | 1 | -2/+2 | |
| * | | | | usb/c67x00 endianness annotations | Al Viro | 2008-06-04 | 1 | -6/+6 |