summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-04-03rtc: add m41t62 support to rtc-m41t80 driverDaniel Glockner2-7/+15
2009-04-03rtc-v3020: add ability to access v3020 chip with GPIOsMike Rapoport1-20/+170
2009-04-03memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMsDavid Brownell1-14/+44
2009-04-03memory_accessor: implement the new memory_accessor interface for I2C EEPROMKevin Hilman1-13/+54
2009-04-03workqueue: add to_delayed_work() helper functionJean Delvare11-18/+17
2009-04-03floppy: provide a PNP device table in the module.Scott James Remnant1-0/+8
2009-04-03random: align rekey_work's timerAnton Blanchard1-1/+2
2009-04-03__tty_open(): use the correct type for saved_flagsAndrew Morton1-1/+1
2009-04-03fb: nvidiafb recognizes geforcego 7300 chip as mobileSergey Senozhatsky1-0/+1
2009-04-03drm/radeon: load the right microcode on rs780Alex Deucher1-4/+4
2009-04-03Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linusDave Airlie16-123/+292
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2-3/+2
2009-04-03dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanupGuennadi Liakhovetski1-9/+56
2009-04-03glge: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-03dnet: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-03hso: fix for the 'invalid frame length' messagesJan Dumon1-4/+6
2009-04-03hso: fix for crash when unplugging the deviceJan Dumon1-8/+11
2009-04-03drm: fix EDID backward compat checkJesse Barnes1-4/+2
2009-04-03drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao1-0/+28
2009-04-03drm: fix typo in edid vendor parsing.Dave Airlie1-1/+1
2009-04-03[ARM] fix build-breaking 7a192ec commitRussell King1-1/+1
2009-04-03Merge branch 'smsc911x-armplatforms' of git://github.com/steveglen/linux-2.6Russell King736-35904/+85466
2009-04-03drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT.Jesse Barnes1-6/+1
2009-04-03fsl_pq_mdio: Fix compile failureSegher Boessenkool1-0/+1
2009-04-02dm: set queue ordered modeMikulas Patocka1-0/+1
2009-04-02dm: move wait queue declarationMikulas Patocka1-7/+7
2009-04-02dm: merge pushback and deferred bio listsMikulas Patocka1-21/+16
2009-04-02dm: allow uninterruptible wait for pending ioMikulas Patocka1-4/+5
2009-04-02dm: merge __flush_deferred_io into callerMikulas Patocka1-11/+7
2009-04-02dm: move bio_io_error into __split_and_process_bioMikulas Patocka1-11/+10
2009-04-02dm: rename __split_bioMikulas Patocka1-4/+4
2009-04-02dm: remove unnecessary struct dm_wq_reqMikulas Patocka1-17/+7
2009-04-02dm: remove unnecessary work queue context fieldMikulas Patocka1-8/+5
2009-04-02dm: remove unnecessary work queue type fieldMikulas Patocka1-17/+6
2009-04-02dm: bio list add bio_list_add_headMikulas Patocka1-0/+10
2009-04-02dm snapshot: persistent fix dtr cleanupJonathan Brassow1-5/+15
2009-04-02dm snapshot: move status to exception storeJonathan Brassow4-16/+29
2009-04-02dm snapshot: move ctr parsing to exception storeJonathan Brassow3-129/+132
2009-04-02dm snapshot: use DMEMIT macro for statusJonathan Brassow1-9/+10
2009-04-02dm snapshot: remove dm_snap headerJonathan Brassow2-87/+71
2009-04-02dm snapshot: remove dm_snap header useJonathan Brassow5-57/+54
2009-04-02dm exception store: move cow pointerJonathan Brassow6-23/+30
2009-04-02dm exception store: move chunk_fieldsJonathan Brassow6-53/+67
2009-04-02dm exception store: move dm_target pointerJonathan Brassow4-7/+7
2009-04-02dm exception store: introduce registryJonathan Brassow6-49/+307
2009-04-02dm raid1: add is_remote_recovering hook for clustersJonathan Brassow1-2/+23
2009-04-02dm exception store: separate type from instanceJonathan Brassow4-25/+35
2009-04-02dm log: remove struct dm_dirty_log_internalMike Snitzer1-44/+14
2009-04-02dm log: use standard kernel module refcountMike Snitzer1-16/+3
2009-04-02dm crypt: use kzfreeJohannes Weiner1-4/+2