aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
...
| | * | | | | i2c: Use put_user instead of copy_to_user where possibleJean Delvare2006-12-10
| | * | | | | i2c: New Atmel AT91 bus driverAndrew Victor2006-12-10
| | * | | | | i2c: Add support for nested i2c bus lockingJiri Kosina2006-12-10
| | * | | | | i2c: Cleanups to the i2c-nforce2 bus driverHans-Frieder Vogt2006-12-10
| | * | | | | i2c: Add request/release_mem_region to i2c-ibm_iic bus driverJean-Baptiste Maneyrol2006-12-10
| | * | | | | i2c: New Philips PNX bus driverVitaly Wool2006-12-10
| | * | | | | i2c: Delete the broken i2c-ite bus driverJean Delvare2006-12-10
| * | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-12-12
| |\ \ \ \ \ \
| | * | | | | | sh: SH-MobileR SH7722 CPU support.Paul Mundt2006-12-11
| | * | | | | | rtc: rtc-sh: alarm support.Jamie Lenehan2006-12-11
| | * | | | | | rtc: rtc-sh: fix rtc for out-by-one for the month.Jamie Lenehan2006-12-11
| | * | | | | | serial: sh-sci: Shut up various sci_rxd_in() gcc4 warnings.Paul Mundt2006-12-11
| | * | | | | | rtc: rtc-sh: fix for period rtc interrupts.Jamie Lenehan2006-12-11
| * | | | | | | [PATCH] net, 8139too.c: fix netpoll deadlockIngo Molnar2006-12-12
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/...Linus Torvalds2006-12-12
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | V4L/DVB (4954): Fix: On ia64, i2c adap->inb/adap->outb are wrongly evaluatedMauro Carvalho Chehab2006-12-12
| * | | | | | | [PATCH] remove blk_queue_activity_fnBoaz Harrosh2006-12-12
| |/ / / / / /
| * | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-11
| |\ \ \ \ \ \
| | * | | | | | [HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle2006-12-11
| | * | | | | | [ATM]: Ignore generated file pca200e_ecd.bin2Ralf Baechle2006-12-11
| | * | | | | | [NET]: Fix WAN routers kconfig dependency.Randy Dunlap2006-12-11
| | |/ / / / /
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-12-11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | [POWERPC] ps3: Add vuart supportGeoff Levand2006-12-10
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2006-12-11
| |\ \ \ \ \ \
| | * | | | | | AT91 MMC update for 2.6.19Andrew Victor2006-12-11
| | * | | | | | mmc: Change SDHCI iomem error to a warningPierre Ossman2006-12-11
| | * | | | | | mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removalVitaly Wool2006-12-11
| | * | | | | | AT91 MMC 5 : Minor cleanupsAndrew Victor2006-12-11
| | * | | | | | AT91 MMC 4 : Interrupt handler cleanupAndrew Victor2006-12-11
| | * | | | | | AT91 MMC 3 : Move global mci_clk variableAndrew Victor2006-12-11
| | * | | | | | AT91 MMC 2 : Use platform resourcesAndrew Victor2006-12-11
| | * | | | | | AT91 MMC 1: Pass host structure.Andrew Victor2006-12-11
| | | |_|/ / / | | |/| | | |
| * | | | | | [PATCH] smc91x: Kill off excessive versatile hooks.Paul Mundt2006-12-11
| * | | | | | [PATCH] myri10ge: update driver version to 1.1.0Brice Goglin2006-12-11
| * | | | | | [PATCH] myri10ge: fix big_bytes in case of vlan framesBrice Goglin2006-12-11
| * | | | | | [PATCH] myri10ge: Full vlan frame in small_bytesBrice Goglin2006-12-11
| * | | | | | [PATCH] myri10ge: drop contiguous skb routinesBrice Goglin2006-12-11
| * | | | | | [PATCH] myri10ge: switch to page-based skbBrice Goglin2006-12-11
| * | | | | | [PATCH] myri10ge: add page-based skb routinesBrice Goglin2006-12-11
| * | | | | | [PATCH] myri10ge: indentation cleanupsBrice Goglin2006-12-11
| * | | | | | [PATCH] chelsio: working NAPIStephen Hemminger2006-12-11
| * | | | | | [PATCH] MACB: Use __raw register accessHaavard Skinnemoen2006-12-11
| * | | | | | [PATCH] MACB: Use struct delayed_work instead of struct work_structHaavard Skinnemoen2006-12-11
| * | | | | | [PATCH] ucc_geth: Initialize mdio_lock.Scott Wood2006-12-11
| * | | | | | [PATCH] ucc_geth: compilation error fixesScott Wood2006-12-11
| |/ / / / /
| * | | | | [CRYPTO] dm-crypt: Select CRYPTO_CBCHerbert Xu2006-12-10
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/...Linus Torvalds2006-12-10
| |\ \ \ \ \
| | * | | | | V4L/DVB 4949b: Fix container_of pointer retreivalThierry MERLE2006-12-10
| | * | | | | V4L/DVB (4949a): Fix INIT_WORKMauro Carvalho Chehab2006-12-10
| | * | | | | V4L/DVB (4949): Cxusb: codingstyle cleanupsMichael Krufky2006-12-10