summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown1-0/+33
2011-12-05regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown1-0/+33
2011-12-01regmap: Add trace event for successful cache readsMark Brown1-2/+10
2011-11-30regmap: Allow regmap_update_bits() users to detect changesMark Brown1-13/+45
2011-11-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-1/+6
2011-11-28regmap: Report if we actually handled an interrupt in regmap-irqMark Brown1-1/+6
2011-11-22regmap: Fix rbtreee build when not using debugfsMark Brown1-1/+10
2011-11-21regmap: Provide debugfs dump of the rbtree cache dataMark Brown1-0/+49
2011-11-21regmap: Do debugfs init before cache initMark Brown1-2/+2
2011-11-21regmap: Suppress noop writes in regmap_update_bits()Mark Brown1-4/+5
2011-11-21regmap: Remove indexed cache typeMark Brown4-88/+1
2011-11-17regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen1-3/+0
2011-11-17regmap: Properly round cache_word_sizeLars-Peter Clausen1-2/+2
2011-11-16regmap: Add support for 10/14 register formatingLars-Peter Clausen1-0/+20
2011-11-16regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen1-3/+3
2011-11-16regmap: Make reg_config reg_defaults constLars-Peter Clausen1-3/+2
2011-11-16regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen3-9/+10
2011-11-15regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen1-1/+3
2011-11-15regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen1-1/+2
2011-11-15regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen1-1/+10
2011-11-15regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen1-2/+10
2011-11-15regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen1-1/+1
2011-11-10regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen1-1/+3
2011-11-09regmap: Support some more block operations on cached devicesLars-Peter Clausen1-1/+3
2011-11-09regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen1-13/+16
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown7-2/+312
2011-11-08regmap: Rename LZO cache type to compressedMark Brown1-1/+1
2011-11-08regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown3-1/+23
2011-11-08regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown1-1/+1
2011-11-08regmap: Fix word wrap in MakefileMark Brown1-1/+2
2011-11-08regmap: Prepare LZO cache for variable block sizesMark Brown1-6/+9
2011-11-08regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown3-0/+288
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-244/+274
2011-11-07forcedeth: fix a few sparse warnings (variable shadowing)david decotigny1-17/+17
2011-11-07forcedeth: Improve stats countersMandeep Baines1-0/+4
2011-11-07forcedeth: remove unneeded stats updatesdavid decotigny1-34/+1
2011-11-07forcedeth: Acknowledge only interrupts that are being processedMike Ditto1-5/+8
2011-11-07forcedeth: fix race when unloading moduledavid decotigny1-1/+1
2011-11-07device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.hStephen Rothwell1-0/+1
2011-11-07device-mapper: dm-bufio.c needs to include module.hStephen Rothwell1-0/+1
2011-11-07drivers/md: change module.h -> export.h in persistent-data/dm-*Paul Gortmaker4-4/+4
2011-11-07usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov1-1/+2
2011-11-07ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V2-2/+4
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds15-244/+464
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-2626/+2913
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds130-3624/+7010
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz1-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz1-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz1-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz1-6/+11