summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-043-17/+135
|\ \
| | * regmap: add regmap_fields_force_write()Kuninori Morimoto2015-07-101-0/+12
| | * regmap: add regmap_write_bits()Kuninori Morimoto2015-07-101-0/+23
| | * regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto2015-07-101-8/+8
| * | regulator: core: Print at debug level on debugfs creation failureStephen Boyd2015-08-141-1/+1
| * | regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin2015-08-071-4/+5
| * | regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald2015-07-201-4/+86
* | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2015-09-045-26/+215
|\ \ \
| * \ \ Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2015-09-04694-6894/+9573
| |\ \ \
| | * | | regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY2015-08-311-2/+4
| | * | | regmap-i2c: Add smbus i2c block supportMarkus Pargmann2015-08-301-0/+49
| | * | | regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann2015-08-301-0/+6
| | * | | regmap: regmap max_raw_read/write getter functionsMarkus Pargmann2015-08-301-0/+22
| | * | | regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann2015-08-302-15/+74
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *-----. \ \ Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown2015-08-304-16/+45
| | |\ \ \ \ \ \
| | | | | | * | | regmap: fix typos in regmap.cXiubo Li2015-08-121-2/+2
| | | | | | |/ /
| | | | | * / / regmap: Fix regmap_can_raw_write checkMarkus Pargmann2015-08-141-1/+2
| | | | | |/ /
| * | | | / / regmap: Support bulk reads for devices without raw formattingMark Brown2015-08-311-1/+28
| | |_|/ / / | |/| | | |
| * | | | | regmap: No multi_write support if bus->write does not existMarkus Pargmann2015-08-211-1/+1
| * | | | | regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann2015-08-214-9/+12
| * | | | | regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann2015-08-211-2/+19
| * | | | | regmap: Silence warning on invalid zero length readMark Brown2015-07-141-0/+2
| * | | | | regmap: Add better support for devices without readback supportLars-Peter Clausen2015-07-131-2/+3
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown2015-09-041-0/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | regmap: regmap_raw_read return error on !bus->readMarkus Pargmann2015-08-201-0/+5
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown2015-09-041-2/+2
|\ \ \ \
| * | | | regmap: Fix integertypes for register address and valueMarkus Pargmann2015-08-121-2/+2
| |/ / /
* | | | thermal: power_allocator: allocate with kcalloc what you free with kfreeJavi Merino2015-08-291-2/+1
* | | | Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-281-0/+2
|\ \ \ \
| * | | | Add factory recertified Crucial M500s to blacklistGuillermo A. Amaral2015-08-261-0/+2
* | | | | Merge tag 'powerpc-4.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-08-271-1/+1
|\ \ \ \ \
| * | | | | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli2015-08-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-2716-88/+161
|\ \ \ \ \
| * | | | | sfc: only use vadaptor stats if firmware is capableBert Kenward2015-08-271-1/+26
| * | | | | net: phy: fixed: propagate fixed link values to structMadalin Bucur2015-08-271-0/+9
| * | | | | usbnet: Get EVENT_NO_RUNTIME_PM bit before it is clearedEugene Shatokhin2015-08-251-3/+4
| * | | | | drivers: net: xgene: fix: Oops in linkwatch_fire_eventIyappan Subramanian2015-08-252-2/+6
| * | | | | net: fec: use reinit_completion() in mdio accessor functionsRussell King2015-08-251-2/+2
| * | | | | net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King2015-08-251-4/+12
| * | | | | vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner2015-08-251-0/+2
| * | | | | Merge tag 'linux-can-fixes-for-4.2-20150825' of git://git.kernel.org/pub/scm/...David S. Miller2015-08-255-70/+82
| |\ \ \ \ \
| | * | | | | can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde2015-08-255-70/+82
| * | | | | | net: compile renesas directory if NET_VENDOR_RENESAS is configuredKazuya Mizuguchi2015-08-251-1/+1
| * | | | | | phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney2015-08-251-1/+1
| |/ / / / /
| * | | | | net: bcmgenet: fix uncleaned dma flagsJaedon Shin2015-08-231-0/+16
| * | | | | net: bcmgenet: Avoid sleeping in bcmgenet_timeoutFlorian Fainelli2015-08-231-4/+0
* | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-08-271-10/+10
|\ \ \ \ \ \
| * | | | | | nfit: Clarify memory device state flags stringsToshi Kani2015-08-271-10/+10
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-08-261-0/+8
|\ \ \ \ \ \ \
| * | | | | | | mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer2015-08-251-0/+8
| | |_|/ / / / | |/| | | | |