summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: compat_ioctl cleanupKevin Cernekee2009-05-291-84/+171
| * | mtd: add MEMERASE64 ioctl for >4GiB devicesKevin Cernekee2009-05-291-8/+21
| * | mtd: Fix handling of mtdname in txx9ndfmc.cDavid Woodhouse2009-05-291-4/+12
| * | mtd: Add armflash support for multiple blocks of flashCatalin Marinas2009-05-291-62/+164
| * | mtd: DIL/NetPC broken for nowDavid Woodhouse2009-05-291-1/+1
| * | [MTD] Remove option for add_mtd_partitions() to not register partitions.David Woodhouse2009-05-261-14/+4
| * | [MTD] Only set partition suspend/resume method if parent not registeredDavid Woodhouse2009-05-261-1/+1
| * | [MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse2009-05-265-113/+0
| * | [MTD] Restore suspend/resume support for mtd devicesDavid Woodhouse2009-05-261-10/+37
| * | [MTD] set blkdev parent to the mtd device, not its parentDavid Woodhouse2009-05-261-1/+1
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-06-2217-272/+229
|\ \ \
| * | | [S390] dasd: fix refcounting in dasd_change_stateSebastian Ott2009-06-221-3/+5
| * | | [S390] driver_data accessMartin Schwidefsky2009-06-227-13/+13
| * | | [S390] dasd_pm: fix stop flag handlingStefan Haberland2009-06-222-10/+12
| * | | [S390] ap/zcrypt: Suspend/Resume ap bus and zcryptFelix Beck2009-06-221-2/+83
| * | | [S390] qdio: Sanitize do_QDIO sanity checksJan Glauber2009-06-221-7/+2
| * | | [S390] qdio: leave inbound SBALs primedJan Glauber2009-06-221-7/+0
| * | | [S390] qdio: merge AI tasklet into interrupt handlerJan Glauber2009-06-221-44/+21
| * | | [S390] qdio: extract all primed SBALs at onceJan Glauber2009-06-221-28/+6
| * | | [S390] qdio: fix check for running under z/VMJan Glauber2009-06-221-35/+13
| * | | [S390] qdio: move adapter interrupt tasklet codeJan Glauber2009-06-224-80/+75
| * | | [S390] Use del_timer instead of del_timer_syncMichael Holzheu2009-06-221-1/+1
| * | | [S390] vt220 console: convert from bootmem to slabHeiko Carstens2009-06-221-13/+5
| * | | [S390] sclp console: convert from bootmem to slabHeiko Carstens2009-06-221-3/+2
| * | | [S390] 3270 console: convert from bootmem to slabHeiko Carstens2009-06-222-38/+7
| * | | [S390] 3215 console: convert from bootmem to slabHeiko Carstens2009-06-221-11/+7
* | | | Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-06-222-4/+4
|\ \ \ \
| * | | | i2c: Fix stuck transaction on cpm-i2c driverMichael Trimarchi2009-06-221-3/+3
| * | | | i2c-omap: Fix build breaking typo cpu_is_omap_2430Tony Lindgren2009-06-221-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds2009-06-223-0/+1085
|\ \ \ \
| * | | | s6gmac: xtensa s6000 on-chip ethernet driverOskar Schirmer2009-06-223-0/+1085
| |/ / /
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-06-2241-2116/+2862
|\ \ \ \
| * | | | PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded writeHidetoshi Seto2009-06-191-4/+1
| * | | | PCI: Fix the NIU MSI-X problem in a better wayMatthew Wilcox2009-06-191-18/+28
| * | | | PCI ASPM: remove get_root_port_linkKenji Kaneshige2009-06-181-13/+11
| * | | | PCI ASPM: cleanup pcie_aspm_sanity_checkKenji Kaneshige2009-06-181-12/+9
| * | | | PCI ASPM: remove has_switch fieldKenji Kaneshige2009-06-181-4/+1
| * | | | PCI ASPM: cleanup calc_Lx_latencyKenji Kaneshige2009-06-181-39/+34
| * | | | PCI ASPM: cleanup pcie_aspm_get_cap_deviceKenji Kaneshige2009-06-181-5/+4
| * | | | PCI ASPM: cleanup clkpm checksKenji Kaneshige2009-06-181-14/+20
| * | | | PCI ASPM: cleanup __pcie_aspm_check_state_oneKenji Kaneshige2009-06-181-42/+25
| * | | | PCI ASPM: cleanup initializationKenji Kaneshige2009-06-181-67/+75
| * | | | PCI ASPM: cleanup change input argument of aspm functionsKenji Kaneshige2009-06-181-199/+173
| * | | | PCI ASPM: cleanup misc in struct pcie_link_stateKenji Kaneshige2009-06-181-9/+9
| * | | | PCI ASPM: cleanup clkpm state in struct pcie_link_stateKenji Kaneshige2009-06-181-19/+18
| * | | | PCI ASPM: cleanup latency field in struct pcie_link_stateKenji Kaneshige2009-06-181-38/+28
| * | | | PCI ASPM: cleanup aspm state field in struct pcie_link_stateKenji Kaneshige2009-06-181-33/+38
| * | | | PCI ASPM: fix typo in struct pcie_link_stateKenji Kaneshige2009-06-181-7/+7
| * | | | PCI: drivers/pci/slot.c should depend on CONFIG_SYSFSAlex Chiang2009-06-183-2/+4
| * | | | PCI: remove redundant __msi_set_enable()Matthew Wilcox2009-06-181-20/+18
OpenPOWER on IntegriCloud