summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [PATCH] OneNAND: Add simulatorKyungmin Park2005-11-063-0/+474
| * | | | | [PATCH] OneNAND: Update OMAP OneNAND mapping using device driver modelKyungmin Park2005-11-061-182/+89
| * | | | | [PATCH] OneNAND: Simple Bad Block handling supportKyungmin Park2005-11-062-20/+89
| * | | | | [PATCH] OneNAND: Sync. Burst Read supportKyungmin Park2005-11-063-4/+107
| * | | | | [MTD] Add initial support for OneNAND flash chipsKyungmin Park2005-11-066-6/+1689
| * | | | | [MTD] NAND: Use correct mask for OOB size calculationThomas Gleixner2005-11-061-2/+2
| * | | | | [MTD] Remove deprecated power management functionsThomas Gleixner2005-11-061-45/+1
| * | | | | [MTD] Missing check on kmalloc return in INFTL mount.David Woodhouse2005-11-061-3/+8
| * | | | | [MTD] writev support for cfi-cmdset-0001Nicolas Pitre2005-11-061-50/+75
| * | | | | {MTD] add support for Intel's "Sibley" flashNicolas Pitre2005-11-062-24/+67
| * | | | | [MTD] cleanups to cfi_cmdset_0001Nicolas Pitre2005-11-061-56/+71
| * | | | | [MTD] Add Resident Flash Disk (RFD) supportSean Young2005-11-065-12/+873
| * | | | | Merge branch 'master' of /home/tglx/work/mtd/git/linux-2.6.git/Thomas Gleixner2005-11-062183-150450/+260632
| |\ \ \ \ \
| * | | | | | [MTD] mtdchar: Return EINVAL for bad seeks instead of fixing up to valid byteTodd Poynor2005-08-041-9/+6
| * | | | | | [MTD] Pre-CFI Sharp chip driver: Some speedups and cleanupsTodd Poynor2005-08-041-9/+8
| * | | | | | [MTD] mtd_blkdevs.c: Fix names when many devices/partitions are createdTodd Poynor2005-08-041-3/+13
| * | | | | | [MTD] mtd_blkdevs.c: Remove DEVFS leftoversTodd Poynor2005-08-041-7/+1
| * | | | | | [MTD] CHIPS: Recognize Spansion CFI 1.4 chipsTodd Poynor2005-08-044-13/+32
* | | | | | | Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-11-0712-11456/+0
|\ \ \ \ \ \ \
| * | | | | | | [BLOCK] Move all core block layer code to new block/ directoryJens Axboe2005-11-0412-11437/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2005-11-071-27/+38
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] Fix wrong irq enable via rtc_control()Takashi Iwai2005-11-071-27/+38
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-0726-1756/+3160
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2005-11-0613-126/+359
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | [netdrvr s2io] warning fixesJeff Garzik2005-11-051-6/+4
| * | | | | | | [netdrvr] fac_8xx build fixJeff Garzik2005-11-051-1/+1
| * | | | | | | Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik2005-11-058-8/+0
| * | | | | | | Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-0516-1741/+3155
| |\ \ \ \ \ \ \
| | * | | | | | | [PATCH] airo.c/airo_cs.c: correct prototypesAdrian Bunk2005-11-053-4/+13
| | * | | | | | | [PATCH] bnx2: update version and minor fixesMichael Chan2005-11-051-4/+4
| | * | | | | | | [PATCH] bnx2: refine bnx2_pollMichael Chan2005-11-052-15/+43
| | * | | | | | | [PATCH] bnx2: update firmware handshake for 5708Michael Chan2005-11-052-15/+122
| | * | | | | | | [PATCH] bnx2: update nvram code for 5708Michael Chan2005-11-052-23/+87
| | * | | | | | | [PATCH] bnx2: update firmware for 5708Michael Chan2005-11-051-1527/+2526
| | * | | | | | | [PATCH] bnx2: add 5708 supportMichael Chan2005-11-052-28/+252
| | * | | | | | | [PATCH] prism54: Remove redundant assignmentDaniel Drake2005-11-051-1/+0
| | * | | | | | | [PATCH] drivers/net/hamradio/dmascc.c: remove dmascc_setup()Adrian Bunk2005-11-051-10/+0
| | * | | | | | | [PATCH] drivers/net/e1000/: possible cleanupsAdrian Bunk2005-11-054-89/+87
| | * | | | | | | [PATCH] drivers/net/ixgb/: make some code staticAdrian Bunk2005-11-054-28/+24
* | | | | | | | | [PATCH] m68knommu: FEC ethernet support for the ColdFire 5208Greg Ungerer2005-11-071-22/+218
* | | | | | | | | [PATCH] m68knommu: FEC ethernet header support for the ColdFire 5208Greg Ungerer2005-11-071-5/+5
* | | | | | | | | [PATCH] m68knommu: add 5208 ColdFire UART support to ColdFire serial driverGreg Ungerer2005-11-071-3/+34
* | | | | | | | | [PATCH] check for failed kmalloc in inftlmount.cGreg Ungerer2005-11-071-0/+6
* | | | | | | | | [PATCH] max1619 fixAndrew Morton2005-11-071-8/+6
* | | | | | | | | [PATCH] drivers/pnp/: cleanupsAdrian Bunk2005-11-077-4/+19
* | | | | | | | | [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-0724-151/+83
* | | | | | | | | [PATCH] kfree cleanup: drivers/mediaJesper Juhl2005-11-0712-45/+26
* | | | | | | | | [PATCH] kfree cleanup: drivers/s390Jesper Juhl2005-11-0716-86/+44
* | | | | | | | | [PATCH] kfree cleanup: drivers/isdnJesper Juhl2005-11-0719-160/+79
* | | | | | | | | [PATCH] kfree cleanup: drivers/charJesper Juhl2005-11-0713-55/+29
OpenPOWER on IntegriCloud