summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-2/+2
|\
| * misc: rtsx: rename SG_END macroArnd Bergmann2018-03-011-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-2/+2
|\ \
| * | GenWQE: Fix a typo in two commentsMarkus Elfring2018-03-271-2/+2
* | | Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-0523-247/+408
|\ \ \
| * | | Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-281-0/+27
| |\| |
| * | | eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski2018-03-231-5/+2Star
| * | | eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski2018-03-231-5/+7
| * | | eeprom: at24: fix a line breakBartosz Golaszewski2018-03-231-2/+2
| * | | eeprom: at24: tweak newlinesBartosz Golaszewski2018-03-231-1/+1
| * | | eeprom: at24: refactor at24_probe()Bartosz Golaszewski2018-03-231-16/+18
| * | | eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski2018-03-231-9/+13
| * | | eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski2018-03-231-30/+40
| * | | eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski2018-03-231-2/+5
| * | | eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski2018-03-231-2/+7
| * | | eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski2018-03-231-2/+3
| * | | eeprom: at24: use a helper variable for devBartosz Golaszewski2018-03-231-25/+23Star
| * | | eeprom: at24: rename chip to pdata in at24_probe()Bartosz Golaszewski2018-03-231-21/+21
| * | | eeprom: at24: rename at24_get_pdata()Bartosz Golaszewski2018-03-231-2/+3
| * | | eeprom: at24: don't check if byte_len is a power of 2Bartosz Golaszewski2018-03-231-3/+0Star
| * | | eeprom: at24: make struct initialization uniform in at24_probe()Bartosz Golaszewski2018-03-231-1/+1
| * | | eeprom: at24: drop redundant variable in at24_write()Bartosz Golaszewski2018-03-231-8/+6Star
| * | | eeprom: at24: drop redundant variable in at24_read()Bartosz Golaszewski2018-03-231-8/+6Star
| * | | eeprom: at24: remove code separatorsBartosz Golaszewski2018-03-231-4/+0Star
| * | | eeprom: at24: arrange local variablesBartosz Golaszewski2018-03-231-10/+16
| * | | eeprom: at24: remove nvmem_config from at24_dataBartosz Golaszewski2018-03-231-16/+16
| * | | eeprom: at24: disable regmap lockingBartosz Golaszewski2018-03-231-0/+1
| * | | eeprom: at25: sizeof t should be sizeof(t)Devang Panchal2018-03-231-1/+1
| * | | misc: aspeed-lpc-ctrl: Enable FWH and A2H bridge cyclesJoel Stanley2018-03-151-2/+16
| * | | misc: aspeed-lpc: Request and enable LPC clockJoel Stanley2018-03-151-3/+23
| * | | misc: ocxl: use put_device() instead of device_unregister()Arvind Yadav2018-03-151-1/+1
| * | | misc: mic: Release reference count and memory for VOP deviceArvind Yadav2018-03-151-2/+4
| * | | misc: rtsx: make various functions staticColin Ian King2018-03-151-6/+6
| * | | misc: atmel: Remove CPU_AT32AP700X (AVR32) referenceUlf Magnusson2018-03-151-1/+0Star
| * | | mei: remove dev_err message on an unsupported ioctlColin Ian King2018-03-141-1/+0Star
| * | | mei: limit the number of queued writesAlexander Usyskin2018-03-146-35/+145
| * | | mei: make module referencing local to the bus.cTomas Winkler2018-03-143-39/+34Star
| * | | lkdtm: Add missing SPDX-License-Identifier lineKees Cook2018-03-071-0/+1
| * | | lkdtm: Relocate code to subdirectoryKees Cook2018-03-0710-19/+21
* | | | Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-04-031-4/+25
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/...Mark Brown2018-04-021-4/+25
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij2018-02-141-4/+25
| | |/ / /
* | | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-032-123/+0Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | misc: Remove Blackfin DSP echo supportAaron Wu2018-03-262-123/+0Star
| | |/ / | |/| |
* | | | Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-03-091-0/+27
|\ \ \ \ | |/ / / |/| | |
| * | | ocxl: Add get_metadata IOCTL to share OCXL information to userspaceAlastair D'Silva2018-03-021-0/+27
* | | | Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-251-2/+4
|\| | | | |_|/ |/| |
| * | ocxl: Fix potential bad errno on irq allocationFrederic Barrat2018-02-211-2/+4
* | | Merge tag 'char-misc-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-224-6/+16
|\ \ \ | |/ / |/| |
| * | mei: me: add cannon point device ids for 4th deviceTomas Winkler2018-02-202-0/+4