aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-10
* md: fix formatting error in /proc/mdstatNeilBrown2008-03-10
* md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka2008-03-04
* md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2008-03-04
* md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen2008-03-04
* md: lock access to rdev attributes properlyNeilBrown2008-03-04
* md: make sure a reshape is started when device switches to read-writeNeilBrown2008-03-04
* md: clean up irregularity with raid autodetectNeilBrown2008-03-04
* md: guard against possible bad array geometry in v1 metadataNeilBrown2008-03-04
* md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-04
* md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-04
* dm-raid1.c: fix NULL dereferencesAdrian Bunk2008-02-19
* d_path: Make d_path() use a struct pathJan Blunck2008-02-15
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-15
* Introduce path_put()Jan Blunck2008-02-15
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-15
* dm-raid1 breakage on 64bitAl Viro2008-02-13
* dm raid1: report fault statusJonathan Brassow2008-02-07
* dm raid1: handle read failuresJonathan Brassow2008-02-07
* dm raid1: fix EIO after log failureJonathan Brassow2008-02-07
* dm raid1: handle recovery failuresJonathan Brassow2008-02-07
* dm raid1: handle write failuresJonathan Brassow2008-02-07
* dm snapshot: combine consecutive exceptions in memoryMilan Broz2008-02-07
* dm: stripe enhanced status returnBrian Wood2008-02-07
* dm: stripe trigger event on failureBrian Wood2008-02-07
* dm log: auto load modulesJonathan Brassow2008-02-07
* dm: move deferred bio flushing to workqueueMilan Broz2008-02-07
* dm crypt: use async cryptoMilan Broz2008-02-07
* dm crypt: prepare async callback fnMilan Broz2008-02-07
* dm crypt: add completion for asyncMilan Broz2008-02-07
* dm crypt: add async request mempoolMilan Broz2008-02-07
* dm crypt: extract scatterlist processingMilan Broz2008-02-07
* dm crypt: tidy io ref countingMilan Broz2008-02-07
* dm crypt: introduce crypt_write_io_loopMilan Broz2008-02-07
* dm crypt: abstract crypt_write_doneMilan Broz2008-02-07
* dm crypt: store sector mapping in dm_crypt_ioMilan Broz2008-02-07
* dm crypt: move queue functionsAlasdair G Kergon2008-02-07
* dm crypt: adjust io processing functionsMilan Broz2008-02-07
* dm crypt: tidy crypt_endioMilan Broz2008-02-07
* dm crypt: move error setting outside crypt_dec_pendingMilan Broz2008-02-07
* dm crypt: remove unnecessary crypt_context write parmMilan Broz2008-02-07
* dm crypt: move convert_context inside dm_crypt_ioMilan Broz2008-02-07
* dm mpath: add missing staticAlasdair G Kergon2008-02-07
* dm: targets no longer experimentalAlasdair G Kergon2008-02-07
* dm: refactor dm_suspend completion waitMilan Broz2008-02-07
* dm: split dm_suspend io_lock hold into twoMilan Broz2008-02-07
* dm: tidy dm_suspendMilan Broz2008-02-07
* dm: refactor deferred bio_list processingMilan Broz2008-02-07
* dm: tidy alloc_dev labelsMilan Broz2008-02-07
* dm ioctl: use uninitialized_varAndrew Morton2008-02-07
r alternate feature 1 register - CS4231_ALT_FEATURE_1 */ #define CS4231_DACZ 0x01 /* zero DAC when underrun */ #define CS4231_TIMER_ENABLE 0x40 /* codec timer enable */ #define CS4231_OLB 0x80 /* output level bit */ /* definitions for Extended Registers - CS4236+ */ #define CS4236_REG(i23val) (((i23val << 2) & 0x10) | ((i23val >> 4) & 0x0f)) #define CS4236_I23VAL(reg) ((((reg)&0xf) << 4) | (((reg)&0x10) >> 2) | 0x8) #define CS4236_LEFT_LINE 0x08 /* left LINE alternate volume */ #define CS4236_RIGHT_LINE 0x18 /* right LINE alternate volume */ #define CS4236_LEFT_MIC 0x28 /* left MIC volume */ #define CS4236_RIGHT_MIC 0x38 /* right MIC volume */ #define CS4236_LEFT_MIX_CTRL 0x48 /* synthesis and left input mixer control */ #define CS4236_RIGHT_MIX_CTRL 0x58 /* right input mixer control */ #define CS4236_LEFT_FM 0x68 /* left FM volume */ #define CS4236_RIGHT_FM 0x78 /* right FM volume */ #define CS4236_LEFT_DSP 0x88 /* left DSP serial port volume */ #define CS4236_RIGHT_DSP 0x98 /* right DSP serial port volume */ #define CS4236_RIGHT_LOOPBACK 0xa8 /* right loopback monitor volume */ #define CS4236_DAC_MUTE 0xb8 /* DAC mute and IFSE enable */ #define CS4236_ADC_RATE 0xc8 /* indenpendent ADC sample frequency */ #define CS4236_DAC_RATE 0xd8 /* indenpendent DAC sample frequency */ #define CS4236_LEFT_MASTER 0xe8 /* left master digital audio volume */ #define CS4236_RIGHT_MASTER 0xf8 /* right master digital audio volume */ #define CS4236_LEFT_WAVE 0x0c /* left wavetable serial port volume */ #define CS4236_RIGHT_WAVE 0x1c /* right wavetable serial port volume */ #define CS4236_VERSION 0x9c /* chip version and ID */ /* definitions for extended registers - OPTI93X */ #define OPTi931_AUX_LEFT_INPUT 0x10 #define OPTi931_AUX_RIGHT_INPUT 0x11 #define OPTi93X_MIC_LEFT_INPUT 0x14 #define OPTi93X_MIC_RIGHT_INPUT 0x15 #define OPTi93X_OUT_LEFT 0x16 #define OPTi93X_OUT_RIGHT 0x17 #endif /* __SOUND_CS4231_REGS_H */