summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tegra/drivers' into next/driversArnd Bergmann2011-12-271-3/+7
|\
| * Merge branch 'for-3.3/drivers' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2011-12-271-3/+7
| |\
| | * i2c: tegra: Support DVC controller in device treeStephen Warren2011-12-191-1/+5
| | * i2c: tegra: Add __devinit/exit to probe/removeStephen Warren2011-12-191-2/+2
| |/
* | Merge branch 'omap/ehci' into next/driversArnd Bergmann2011-12-277-560/+369
|\ \
| * \ Merge branch 'ehci' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/l...Arnd Bergmann2011-12-2714-582/+980
| |\ \ | | |/ | |/|
| | * Merge branch 'usbhost_runtime_pm_14_devel_3.3' of git://git.pwsan.com/linux-2...Tony Lindgren2011-12-167-560/+369
| | |\
| | | * MFD: OMAP: USB: Runtime PM supportKeshava Munegowda2011-12-161-450/+303
| | | * ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIsKeshava Munegowda2011-12-163-24/+14
| | | * ARM: OMAP: USB: device name change for the clk names of usbhsKeshava Munegowda2011-12-163-20/+18
| | | * ARM: OMAP: USB: register hwmods of usbhsKeshava Munegowda2011-12-161-66/+34
* | | | Merge branch 'omap/hwmod' into next/driversArnd Bergmann2011-12-27379-2748/+4193
|\ \ \ \
| * \ \ \ Merge branch 'hwmod' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2011-12-278-22/+611
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch 'hwmod_data_devel_3.3' of git://git.pwsan.com/linux-2.6 into hwmodTony Lindgren2011-12-166-13/+594
| | |\|
| | | * ARM: OMAP3+: hwmod data: Add the default clockactivity for I2CShubhrajyoti D2011-12-162-7/+9
| | | * ARM: OMAP3: hwmod data: disable multiblock reads on MMC1/2 on OMAP34xx/35xx <...Paul Walmsley2011-12-161-4/+90
| | | * ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4Benoit Cousson2011-12-161-1/+207
| | | * ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3Keshava Munegowda2011-12-161-0/+221
| | | * ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3Kyle Manna2011-12-155-1/+67
| | * | Merge branch 'hwmod_data_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into f...Tony Lindgren2011-12-161-5/+13
| | |\|
| | | * ARM: OMAP: hwmod data: fix the panic on Nokia RM-680 during bootAaro Koskinen2011-12-151-1/+13
| | | * ARM: OMAP: hwmod data: fix iva and mailbox hwmods for OMAP 3Felipe Contreras2011-12-151-4/+0
| | |/ | |/|
| | * ARM: OMAP: rx51: fix USBFelipe Contreras2011-12-131-1/+1
| | * ARM: OMAP: mcbsp: Fix possible memory corruptionJarkko Nikula2011-12-121-3/+3
| |/
| * Linux 3.2-rc5v3.2-rc5Linus Torvalds2011-12-091-1/+1
| * Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-12-094-5/+39
| |\
| | * cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
| | * cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-081-0/+2
| | * cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-081-3/+3
| | * CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-098-44/+68
| |\ \
| | * | x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-096-35/+48
| | * | x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf2011-12-081-7/+14
| | * | x86/intel_mid: Kconfig select fixAlan Cox2011-12-061-0/+3
| | * | x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox2011-12-061-2/+3
| * | | Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6Linus Torvalds2011-12-094-4/+6
| |\ \ \
| | * | | spi/gpio: fix section mismatch warningManuel Lauss2011-12-071-2/+2
| | * | | spi/fsl-espi: disable CONFIG_SPI_FSL_ESPI=m buildJiri Slaby2011-12-071-2/+2
| | * | | spi/nuc900: Include linux/module.hAxel Lin2011-12-071-0/+1
| | * | | spi/ath79: fix compile error due to missing includeGabor Juhos2011-12-071-0/+1
| * | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-12-093-7/+32
| |\ \ \ \
| | * | | | md: raid5 crash during degradationAdam Kwolek2011-12-091-2/+2
| | * | | | md/raid5: never wait for bad-block acks on failed device.NeilBrown2011-12-081-1/+3
| | * | | | md: ensure new badblocks are handled promptly.NeilBrown2011-12-081-0/+1
| | * | | | md: bad blocks shouldn't cause a Blocked status on a Faulty device.NeilBrown2011-12-081-1/+2
| | * | | | md: take a reference to mddev during sysfs access.NeilBrown2011-12-081-1/+18
| | * | | | md: refine interpretation of "hold_active == UNTIL_IOCTL".NeilBrown2011-12-081-2/+2
| | * | | | md/lock: ensure updates to page_attrs are properly locked.NeilBrown2011-11-231-0/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-12-0910-26/+40
| |\ \ \ \ \
| | * | | | | arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2011-12-033-20/+10