summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-214-4/+28
|\
| * Merge branch 'devel-stable' into develRussell King2010-10-1914-50/+53
| |\
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King2010-10-1850-107/+302
| |\ \ \ \ \ \ \
| | | | | | | * | ARM: 6373/1: tc35892-gpio: add setup/remove callbacksRabin Vincent2010-09-191-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | ARM: 6307/1: mmci: allow the card detect GPIO value not to be invertedRabin Vincent2010-08-261-0/+2
| | | | |_|/ / | | | |/| | |
| | | | | * | ARM: 6421/1: amba-pl011: add missing ST specific registersLinus Walleij2010-10-111-0/+11
| | | | | * | ARM: 6368/1: move the PrimeCell IDs to use macrosLinus Walleij2010-10-081-4/+11
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-10-217-58/+356
|\ \ \ \ \ \ \
| * | | | | | | PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2010-10-171-0/+105
| * | | | | | | PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan2010-10-171-0/+2
| * | | | | | | PM: Allow wakeup events to abort freezing of tasksRafael J. Wysocki2010-10-171-0/+2
| * | | | | | | PM: runtime: add missed pm_request_autosuspendMing Lei2010-10-171-0/+5
| * | | | | | | PM / Runtime: Implement autosuspend supportAlan Stern2010-10-172-0/+53
| * | | | | | | PM / Runtime: Add no_callbacks flagAlan Stern2010-10-172-0/+9
| * | | | | | | PM / Runtime: Combine runtime PM entry pointsAlan Stern2010-10-171-20/+46
| * | | | | | | PM / Runtime: Replace boolean arguments with bitflagsAlan Stern2010-10-171-8/+15
| * | | | | | | sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern2010-10-171-0/+15
| * | | | | | | PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki2010-10-171-2/+5
| * | | | | | | PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-173-38/+109
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-217-76/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix IRQ flag handling namingDavid Howells2010-10-076-75/+92
| * | | | | | | | Drop a couple of unnecessary asm/system.h inclusionsDavid Howells2010-10-072-2/+0
* | | | | | | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-211-7/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely2010-10-187-35/+39
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge commit 'v2.6.36-rc7' into spi/nextGrant Likely2010-10-128-16/+28
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | spi/pl022: get rid of chipinfo dev pointerLinus Walleij2010-10-121-1/+0
| * | | | | | | | | spi/pl022: Add spi->mode support to AMBA SPI driverKevin Wells2010-10-121-6/+0
| * | | | | | | | | spi/pl022: add PrimeCell generic DMA supportLinus Walleij2010-10-121-0/+6
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-10-213-122/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-0/+2
| * | | | | | | | | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-291-20/+10
| * | | | | | | | | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-291-1/+6
| * | | | | | | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-293-42/+11
| * | | | | | | | | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-292-15/+14
| * | | | | | | | | pcmcia: simplify IntTypeDominik Brodowski2010-09-291-7/+0
| * | | | | | | | | pcmcia: simplify Status, ExtStatus register accessDominik Brodowski2010-09-291-1/+1
| * | | | | | | | | pcmcia: remove Pin, Copy configuration register accessDominik Brodowski2010-09-291-1/+1
| * | | | | | | | | pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski2010-09-292-1/+1
| * | | | | | | | | pcmcia: split up modify_configuration() into two fixup functionsDominik Brodowski2010-09-292-14/+3
| * | | | | | | | | pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2010-09-292-31/+21
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk2010-08-261-3/+3
* | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-218-301/+349
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into irq/coreIngo Molnar2010-10-2015-51/+67
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | genirq: Remove the now unused sparse irq leftoversThomas Gleixner2010-10-121-10/+2
| * | | | | | | | | | genirq: Sanitize dynamic irq handlingThomas Gleixner2010-10-121-4/+8
| * | | | | | | | | | genirq: Remove arch_init_chip_data()Thomas Gleixner2010-10-121-3/+0
| * | | | | | | | | | genirq: Remove irq_2_iommuThomas Gleixner2010-10-122-22/+0
| * | | | | | | | | | x86: Speed up the irq_remapped check in hot pathesThomas Gleixner2010-10-121-2/+0
| * | | | | | | | | | x86: Embedd irq_2_iommu into irq_cfgThomas Gleixner2010-10-121-0/+1
OpenPOWER on IntegriCloud