aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-2/+6
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-71/+147
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+7
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds23-247/+408
2018-04-04cxl: Fix possible deadlock when processing page faults from cxllibFrederic Barrat1-30/+55
2018-04-03Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-4/+25
2018-04-03misc: pci_endpoint_test: Handle 64-bit BARs properlyNiklas Cassel1-5/+7
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-123/+0
2018-04-02Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/topic/bcm2835aux', 'spi/topic/dw' and 'spi/topic/gpio' into spi-nextMark Brown1-4/+25
2018-03-28Merge branch 'fixes' into nextMichael Ellerman1-0/+27
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+27
2018-03-27GenWQE: Fix a typo in two commentsMarkus Elfring1-2/+2
2018-03-26misc: Remove Blackfin DSP echo supportAaron Wu2-123/+0
2018-03-23eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski1-5/+2
2018-03-23eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski1-5/+7
2018-03-23eeprom: at24: fix a line breakBartosz Golaszewski1-2/+2
2018-03-23eeprom: at24: tweak newlinesBartosz Golaszewski1-1/+1
2018-03-23eeprom: at24: refactor at24_probe()Bartosz Golaszewski1-16/+18
2018-03-23eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski1-9/+13
2018-03-23eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski1-30/+40
2018-03-23eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski1-2/+5
2018-03-23eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski1-2/+7
2018-03-23eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski1-2/+3
2018-03-23eeprom: at24: use a helper variable for devBartosz Golaszewski1-25/+23
2018-03-23eeprom: at24: rename chip to pdata in at24_probe()Bartosz Golaszewski1-21/+21
2018-03-23eeprom: at24: rename at24_get_pdata()Bartosz Golaszewski1-2/+3
2018-03-23eeprom: at24: don't check if byte_len is a power of 2Bartosz Golaszewski1-3/+0
2018-03-23eeprom: at24: make struct initialization uniform in at24_probe()Bartosz Golaszewski1-1/+1
2018-03-23eeprom: at24: drop redundant variable in at24_write()Bartosz Golaszewski1-8/+6
2018-03-23eeprom: at24: drop redundant variable in at24_read()Bartosz Golaszewski1-8/+6
2018-03-23eeprom: at24: remove code separatorsBartosz Golaszewski1-4/+0
2018-03-23eeprom: at24: arrange local variablesBartosz Golaszewski1-10/+16
2018-03-23eeprom: at24: remove nvmem_config from at24_dataBartosz Golaszewski1-16/+16
2018-03-23eeprom: at24: disable regmap lockingBartosz Golaszewski1-0/+1
2018-03-23eeprom: at25: sizeof t should be sizeof(t)Devang Panchal1-1/+1
2018-03-15misc: aspeed-lpc-ctrl: Enable FWH and A2H bridge cyclesJoel Stanley1-2/+16
2018-03-15misc: aspeed-lpc: Request and enable LPC clockJoel Stanley1-3/+23
2018-03-15misc: ocxl: use put_device() instead of device_unregister()Arvind Yadav1-1/+1
2018-03-15misc: mic: Release reference count and memory for VOP deviceArvind Yadav1-2/+4
2018-03-15misc: rtsx: make various functions staticColin Ian King1-6/+6
2018-03-15misc: atmel: Remove CPU_AT32AP700X (AVR32) referenceUlf Magnusson1-1/+0
2018-03-14mei: remove dev_err message on an unsupported ioctlColin Ian King1-1/+0
2018-03-14mei: limit the number of queued writesAlexander Usyskin6-35/+145
2018-03-14mei: make module referencing local to the bus.cTomas Winkler3-39/+34
2018-03-14cxl: Fix timebase synchronization status on P9Christophe Lombard2-17/+12
2018-03-13cxl: read PHB indications from the device treePhilippe Bergheaud3-7/+45
2018-03-13cxl: Check if PSL data-cache is available before issue flush requestVaibhav Jain3-7/+27
2018-03-13cxl: Remove function write_timebase_ctrl_psl9() for PSL9Vaibhav Jain1-8/+2