summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2-5/+76
2012-03-14Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown1-0/+15
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown4-25/+81
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown631-47737/+5816
2012-03-14Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' in...Mark Brown3-0/+73
2012-03-11regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren1-0/+1
2012-03-06regmap: Fix rbtree block base in syncMark Brown1-1/+1
2012-03-06regcache: Make sure we sync register 0 in an rbtree cacheMark Brown1-1/+1
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker2-2/+1
2012-02-29mfd: Improve performance of later WM1811 revisionsMark Brown1-0/+3
2012-02-27regmap: Fix x86_64 breakageMark Brown1-1/+1
2012-02-24regmap: Allow drivers to sync only part of the register cacheMark Brown1-0/+45
2012-02-24regmap: Supply ranges to the sync operationsMark Brown4-7/+32
2012-02-24regmap: Add tracepoints for cache only and cache bypassMark Brown1-0/+2
2012-02-24regmap: Mark the cache as clean after a successful syncMark Brown1-0/+3
2012-02-24regmap: Remove default cache sync implementationMark Brown1-19/+2
2012-02-24regmap: Skip hardware defaults for LZO cachesMark Brown1-0/+6
2012-02-22regmap: Expose the driver name in debugfsDimitris Papastamos1-0/+32
2012-02-22mfd: wm8400: Convert to devm_regmap_init_i2c()Mark Brown1-5/+2
2012-02-22mfd: wm831x: Convert to devm_regmap_init()Mark Brown3-13/+11
2012-02-22mfd: wm8994: Convert to devm_regmap_init()Mark Brown1-10/+8
2012-02-22mfd/ASoC: Convert WM8994 driver to use regmap patchesMark Brown1-1/+60
2012-02-22mfd: Add __devinit and __devexit annotations in wm8994Mark Brown1-2/+2
2012-02-22mfd: wm8994: Add __devinit and __devexit annotations for probe and removeMark Brown1-4/+4
2012-02-22regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos1-0/+42
2012-02-21regmap: Support raw reads from cached registersMark Brown1-6/+22
2012-02-21Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown3-0/+75
2012-02-21Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown3-0/+73
2012-02-21regmap: Allow users to query the size of register valuesMark Brown1-0/+15
2012-02-19Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds5-398/+32
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-170/+178
2012-02-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+2
2012-02-19Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds1-1/+1
2012-02-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-2/+2
2012-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-8/+28
2012-02-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-7/+22
2012-02-18regmap: Implement support for 32 bit registers and valuesMark Brown2-0/+35
2012-02-17regmap: Bypassing cache when initializing cacheLaxman Dewangan1-0/+5
2012-02-16powerpc/adb: Use set_current_state()majianpeng1-2/+2
2012-02-16net/ethernet: ks8851_mll fix irq handlingJan Weitzel1-8/+6
2012-02-15veth: Enforce minimum size of VETH_INFO_PEERThomas Graf1-1/+3
2012-02-15stmmac: update the driver version to Feb 2012 (v2)Giuseppe CAVALLARO1-1/+1
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO4-116/+105
2012-02-15stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi1-0/+16
2012-02-15stmmac: do not discard frame on dribbling bit assertGiuseppe CAVALLARO4-3/+9
2012-02-15ipheth: Add iPhone 4STim Gardner1-0/+5
2012-02-15mlx4: add unicast steering entries to resource_trackerEugenia Emantayev1-7/+11
2012-02-15mlx4: fix QP tree trashingEugenia Emantayev1-0/+1
2012-02-15mlx4: fix buffer overrunEugenia Emantayev1-1/+1
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2