Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | hwmon: (f75375s) Fix checkpatch errors and warnings | Guenter Roeck | 2012-01-05 | 1 | -18/+68 | |
| | * | | | | | hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabled | Guenter Roeck | 2012-01-05 | 1 | -5/+14 | |
| | * | | | | | hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4] | Guenter Roeck | 2012-01-05 | 5 | -8/+22 | |
| | * | | | | | hwmon: (pmbus/zl6100) Add support for ZL2005 | Guenter Roeck | 2012-01-05 | 3 | -4/+23 | |
| | * | | | | | hwmon: (pmbus/adm1275) Validate device ID | Guenter Roeck | 2012-01-05 | 1 | -21/+50 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2012-01-08 | 20 | -157/+2542 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | mfd: Clearing events requires event registers to be writable for da9052-core | Ashish Jangam | 2012-01-03 | 1 | -0/+4 | |
| | * | | | | | mfd: Fix annotations in da9052-core | Mark Brown | 2011-12-26 | 1 | -2/+2 | |
| | * | | | | | gpiolib: Mark da9052 driver broken | Mark Brown | 2011-12-20 | 1 | -1/+1 | |
| | * | | | | | mfd: Declare da9052_regmap_config for the bus drivers | Mark Brown | 2011-12-15 | 1 | -0/+2 | |
| | * | | | | | Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2011-12-14 | 1247 | -10513/+16021 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | MFD: DA9052/53 MFD core module add SPI support v2 | Ashish Jangam | 2011-12-14 | 3 | -0/+128 | |
| | | * | | | | | MFD: DA9052/53 MFD core module | Ashish Jangam | 2011-12-14 | 7 | -0/+1768 | |
| | | * | | | | | Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 2011-12-12 | 4 | -0/+354 | |
| | | |\ \ \ \ \ | ||||||
| | * | \ \ \ \ \ | Merge branch 'regmap/irq' into regmap-next | Mark Brown | 2011-12-05 | 2 | -0/+14 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | regmap: Add irq_base accessor to regmap_irq | Mark Brown | 2011-12-05 | 2 | -0/+14 | |
| | * | | | | | | | Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Mark Brown | 2011-12-05 | 2 | -0/+35 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | regmap: Allow drivers to reinitialise the register cache at runtime | Mark Brown | 2011-12-05 | 2 | -0/+35 | |
| | * | | | | | | | | regmap: Add trace event for successful cache reads | Mark Brown | 2011-11-30 | 2 | -2/+19 | |
| | * | | | | | | | | regmap: Allow regmap_update_bits() users to detect changes | Mark Brown | 2011-11-29 | 2 | -13/+48 | |
| | * | | | | | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-next | Mark Brown | 2011-11-28 | 1 | -1/+6 | |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | regmap: Report if we actually handled an interrupt in regmap-irq | Mark Brown | 2011-11-28 | 1 | -1/+6 | |
| | * | | | | | | | | regmap: Fix rbtreee build when not using debugfs | Mark Brown | 2011-11-22 | 1 | -1/+10 | |
| | * | | | | | | | | regmap: Provide debugfs dump of the rbtree cache data | Mark Brown | 2011-11-21 | 1 | -0/+49 | |
| | * | | | | | | | | regmap: Do debugfs init before cache init | Mark Brown | 2011-11-21 | 1 | -2/+2 | |
| | * | | | | | | | | regmap: Suppress noop writes in regmap_update_bits() | Mark Brown | 2011-11-20 | 1 | -4/+5 | |
| | * | | | | | | | | regmap: Remove indexed cache type | Mark Brown | 2011-11-20 | 5 | -89/+1 | |
| | * | | | | | | | | regmap: Drop check whether a register is readable in regcache_read | Lars-Peter Clausen | 2011-11-17 | 1 | -3/+0 | |
| | * | | | | | | | | regmap: Properly round cache_word_size | Lars-Peter Clausen | 2011-11-17 | 1 | -2/+2 | |
| | * | | | | | | | | regmap: Add support for 10/14 register formating | Lars-Peter Clausen | 2011-11-16 | 1 | -0/+20 | |
| | * | | | | | | | | regmap: Try cached read before checking if a hardware read is possible | Lars-Peter Clausen | 2011-11-16 | 1 | -3/+3 | |
| | * | | | | | | | | regmap: Make reg_config reg_defaults const | Lars-Peter Clausen | 2011-11-16 | 2 | -4/+3 | |
| | * | | | | | | | | regmap: Move initialization of regcache related fields to regcache_init | Lars-Peter Clausen | 2011-11-16 | 3 | -9/+10 | |
| | * | | | | | | | | regmap: Do not call regcache_exit from regcache_lzo_init error path | Lars-Peter Clausen | 2011-11-15 | 1 | -1/+3 | |
| | * | | | | | | | | regmap: Do not call regcache_exit from regcache_rbtree_init error path | Lars-Peter Clausen | 2011-11-15 | 1 | -1/+2 | |
| | * | | | | | | | | regmap: Fix memory leak in regcache_init error path | Lars-Peter Clausen | 2011-11-14 | 1 | -1/+10 | |
| | * | | | | | | | | regmap: Fix memory leak in regcache_hw_init error path | Lars-Peter Clausen | 2011-11-14 | 1 | -2/+10 | |
| | * | | | | | | | | regmap: return ERR_PTR instead of NULL in regmap_init | Lars-Peter Clausen | 2011-11-14 | 1 | -1/+1 | |
| | * | | | | | | | | regmap: Fix memory leak in regmap_init error path | Lars-Peter Clausen | 2011-11-10 | 1 | -1/+3 | |
| | * | | | | | | | | regmap: Support some more block operations on cached devices | Lars-Peter Clausen | 2011-11-09 | 1 | -1/+3 | |
| | * | | | | | | | | regmap: Add helper function for checking if a register range is volatile | Lars-Peter Clausen | 2011-11-09 | 1 | -13/+16 | |
| | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ | Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next | Mark Brown | 2011-11-08 | 8 | -3/+361 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| / / / / / / | | | | |/ / / / / / | ||||||
| | | | * | | | | | | regmap: Rename LZO cache type to compressed | Mark Brown | 2011-11-08 | 2 | -2/+2 | |
| | | | * | | | | | | regmap: Track if the register cache is dirty and suppress unneeded syncs | Mark Brown | 2011-11-08 | 4 | -1/+24 | |
| | | * | | | | | | | regmap: Add a reusable irq_chip for regmap based interrupt controllers | Mark Brown | 2011-11-08 | 4 | -0/+335 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | regmap: Fix typo in kerneldoc for regmap_update_bits() | Mark Brown | 2011-11-08 | 1 | -1/+1 | |
| | * | | | | | | | regmap: Fix word wrap in Makefile | Mark Brown | 2011-11-08 | 1 | -1/+2 | |
| | * | | | | | | | regmap: Prepare LZO cache for variable block sizes | Mark Brown | 2011-11-08 | 1 | -6/+9 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge tag 'md-3.3' of git://neil.brown.name/md | Linus Torvalds | 2012-01-08 | 13 | -438/+1280 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | md/raid1: Mark device want_replacement when we see a write error. | NeilBrown | 2011-12-23 | 1 | -1/+15 |