summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-051-0/+33
|\
| * regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-051-0/+33
* | regmap: Add trace event for successful cache readsMark Brown2011-11-301-2/+10
* | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-291-13/+45
* | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2011-11-281-1/+6
|\ \
| * | regmap: Report if we actually handled an interrupt in regmap-irqMark Brown2011-11-281-1/+6
* | | regmap: Fix rbtreee build when not using debugfsMark Brown2011-11-221-1/+10
* | | regmap: Provide debugfs dump of the rbtree cache dataMark Brown2011-11-211-0/+49
* | | regmap: Do debugfs init before cache initMark Brown2011-11-211-2/+2
* | | regmap: Suppress noop writes in regmap_update_bits()Mark Brown2011-11-201-4/+5
* | | regmap: Remove indexed cache typeMark Brown2011-11-204-88/+1
* | | regmap: Drop check whether a register is readable in regcache_readLars-Peter Clausen2011-11-171-3/+0
* | | regmap: Properly round cache_word_sizeLars-Peter Clausen2011-11-171-2/+2
* | | regmap: Add support for 10/14 register formatingLars-Peter Clausen2011-11-161-0/+20
* | | regmap: Try cached read before checking if a hardware read is possibleLars-Peter Clausen2011-11-161-3/+3
* | | regmap: Make reg_config reg_defaults constLars-Peter Clausen2011-11-161-3/+2
* | | regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen2011-11-163-9/+10
* | | regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen2011-11-151-1/+3
* | | regmap: Do not call regcache_exit from regcache_rbtree_init error pathLars-Peter Clausen2011-11-151-1/+2
* | | regmap: Fix memory leak in regcache_init error pathLars-Peter Clausen2011-11-141-1/+10
* | | regmap: Fix memory leak in regcache_hw_init error pathLars-Peter Clausen2011-11-141-2/+10
* | | regmap: return ERR_PTR instead of NULL in regmap_initLars-Peter Clausen2011-11-141-1/+1
* | | regmap: Fix memory leak in regmap_init error pathLars-Peter Clausen2011-11-101-1/+3
* | | regmap: Support some more block operations on cached devicesLars-Peter Clausen2011-11-091-1/+3
* | | regmap: Add helper function for checking if a register range is volatileLars-Peter Clausen2011-11-091-13/+16
| | |
| \ \
*-. \ \ Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown2011-11-087-2/+312
|\ \ \ \ | | |/ / | |/| / | | |/
| | * regmap: Rename LZO cache type to compressedMark Brown2011-11-081-1/+1
| | * regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-083-1/+23
| * | regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown2011-11-083-0/+288
| |/
* | regmap: Fix typo in kerneldoc for regmap_update_bits()Mark Brown2011-11-081-1/+1
* | regmap: Fix word wrap in MakefileMark Brown2011-11-081-1/+2
* | regmap: Prepare LZO cache for variable block sizesMark Brown2011-11-081-6/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-0729-244/+274
|\
| * forcedeth: fix a few sparse warnings (variable shadowing)david decotigny2011-11-071-17/+17
| * forcedeth: Improve stats countersMandeep Baines2011-11-071-0/+4
| * forcedeth: remove unneeded stats updatesdavid decotigny2011-11-071-34/+1
| * forcedeth: Acknowledge only interrupts that are being processedMike Ditto2011-11-071-5/+8
| * forcedeth: fix race when unloading moduledavid decotigny2011-11-071-1/+1
| * usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov2011-11-071-1/+2
| * ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V2011-11-072-2/+4
| * bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-042-4/+4
| * sky2: fix regression on Yukon Optimastephen hemminger2011-11-041-11/+0
| * i825xx:xscale:8390:freescale: Fix Kconfig dependanciesJeff Kirsher2011-11-043-4/+10
| * macvlan: receive multicast with local addressstephen hemminger2011-11-041-0/+7
| * tg3: Update version to 3.121Matt Carlson2011-11-041-2/+2
| * tg3: Eliminate timer race with reset_taskMatt Carlson2011-11-042-13/+2
| * tg3: Schedule at most one tg3_reset_task runMatt Carlson2011-11-042-9/+25
| * tg3: Obtain PCI function number from deviceMatt Carlson2011-11-042-6/+33
| * tg3: Fix irq alloc error cleanup pathMatt Carlson2011-11-041-5/+4
| * tg3: Fix 4k skb error recovery pathMatt Carlson2011-11-041-8/+8