summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * [PATCH] I2C: New hardware monitoring driver: w83627ehfJean Delvare2005-06-213-0/+854
| * [PATCH] I2C: add new hardware monitor driver: adm9240Grant Coady2005-06-213-0/+780
| * [PATCH] I2C: #include <linux/config.h> cleanupJean Delvare2005-06-212-10/+0
| * [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanupAlexey Dobriyan2005-06-2156-55/+1
| * [PATCH] ds1337: export ds1337_do_commandLadislav Michl2005-06-211-0/+2
| * [PATCH] ds1337 driver works also with ds1339 chipLadislav Michl2005-06-212-3/+3
| * [PATCH] I2C: ds1337: search by bus numberLadislav Michl2005-06-211-5/+2
| * [PATCH] I2C: ds1337: i2c_transfer() checkingLadislav Michl2005-06-211-12/+9
| * [PATCH] I2C: ds1337: Make time format consistent with other RTC driversLadislav Michl2005-06-211-7/+6
| * [PATCH] I2C: ds1337 3/4Ladislav Michl2005-06-211-17/+8
| * [PATCH] I2C: ds1337 2/4Ladislav Michl2005-06-211-14/+14
| * [PATCH] I2C: ds1337 1/4Ladislav Michl2005-06-211-5/+3
| * [PATCH] I2C: mark all functions static in atxp1 driverGreg K-H2005-06-211-6/+6
| * [PATCH] I2C: add new atxp1 driverSebastian Witt2005-06-213-0/+375
| * [PATCH] I2C: rtc8564.c remove duplicate includeClemens Koller2005-06-211-1/+0
| * [PATCH] I2C: Merge unused address lists in some video driversJean Delvare2005-06-2110-60/+40
| * [PATCH] I2C: Kill address ranges in non-sensors i2c chip driversJean Delvare2005-06-2131-131/+15
* | [PATCH] w1: fix compiler warningsEvgeniy Polyakov2005-06-211-0/+1
* | [PATCH] w1: reconnect feature.Evgeniy Polyakov2005-06-215-25/+67
* | [PATCH] w1: Adds a default family so that new slave families will show up in ...Evgeniy Polyakov2005-06-211-12/+27
* | [PATCH] w1: Adds a sysfs entry (w1_master_search) that allows you to disable/...Evgeniy Polyakov2005-06-213-1/+51
* | [PATCH] w1: Added the triplet w1 master method and changes w1_search() to use...Evgeniy Polyakov2005-06-214-94/+175
* | [PATCH] w1: Cleans up usage of touch_bit/w1_read_bit/w1_write_bit.Evgeniy Polyakov2005-06-213-12/+70
* | [PATCH] w1_therm: removed duplicated family id.Evgeniy Polyakov2005-06-211-5/+1
* | [PATCH] w1: fix build issuesGreg Kroah-Hartman2005-06-211-16/+0
* | [PATCH] w1: new family structure.Evgeniy Polyakov2005-06-215-33/+2
* | [PATCH] w1: cleanups.Evgeniy Polyakov2005-06-2114-256/+171
* | [PATCH] w1_smem: support for new simple rom family [0x81 id].Evgeniy Polyakov2005-06-212-5/+24
* | [PATCH] w1_therm: support for ds18b20, ds1822 thermal sensors.Evgeniy Polyakov2005-06-212-11/+85
|/
* [PATCH] md: remove unneeded NULL checks before kfreeJesper Juhl2005-06-217-32/+17
* [PATCH] md: make sure md/bitmap doesn't try to write a page with active write...NeilBrown2005-06-211-30/+38
* [PATCH] Two small fixes for md verion-1 superblocks.NeilBrown2005-06-211-1/+1
* [PATCH] md: allow md to update multiple superblocks in parallel.NeilBrown2005-06-211-37/+48
* [PATCH] md: allow md intent bitmap to be stored near the superblock.NeilBrown2005-06-212-28/+144
* [PATCH] md: fix deadlock due to md thread processing delayed requests.NeilBrown2005-06-215-37/+21
* [PATCH] md: optimise reconstruction when re-adding a recently failed drive.NeilBrown2005-06-212-17/+61
* [PATCH] md: initialise sync_blocks in raid1 resyncNeilBrown2005-06-211-0/+1
* [PATCH] md: fix bug when raid1 attempts a partial reconstruct.NeilBrown2005-06-211-7/+10
* [PATCH] md: raid1 support for bitmap intent loggingNeilBrown2005-06-211-28/+154
* [PATCH] md: don't skip bitmap pages due to lack of bit that we just cleared.NeilBrown2005-06-211-18/+17
* [PATCH] md: enable the bitmap write-back daemon and wait for it.NeilBrown2005-06-211-66/+53
* [PATCH] md: check return value of write_page, rather than ignore itNeilBrown2005-06-211-6/+7
* [PATCH] md: improve debug-printing of bitmap superblock.NeilBrown2005-06-211-10/+10
* [PATCH] md printk fixakpm@osdl.org2005-06-211-1/+2
* [PATCH] md: make sure md bitmap is cleared on a clean start.NeilBrown2005-06-211-15/+12
* [PATCH] md: minor code rearrangement in bitmap_init_from_diskNeilBrown2005-06-211-8/+8
* [PATCH] md: print correct pid for newly created bitmap-writeback-daemon.NeilBrown2005-06-211-1/+1
* [PATCH] md: call bitmap_daemon_work regularlyNeilBrown2005-06-211-1/+2
* [PATCH] md: a couple of tidyups relating to the bitmap file.NeilBrown2005-06-212-13/+6
* [PATCH] md: optimised resync using Bitmap based intent loggingNeilBrown2005-06-213-15/+1679
OpenPOWER on IntegriCloud