summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-1/+1
|\
| * mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
* | Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-082-31/+7
|\ \ | |/ |/|
| * eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea2015-08-241-31/+6
| * misc: eeprom: Export I2C module alias information in missing driversJavier Martinez Canillas2015-08-101-0/+1
| * misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-109-9/+0
* | genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy2015-09-041-4/+4
* | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-0314-205/+865
|\ \
| * | cxl: Set up and enable PSL TimebasePhilippe Bergheaud2015-08-302-1/+61
| * | cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie2015-08-303-3/+33
| * | cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie2015-08-301-7/+12
| * | cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens2015-08-271-16/+0
| * | cxl: Release irqs if memory allocation failsVaibhav Jain2015-08-271-2/+5
| * | cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar2015-08-221-1/+1
| * | cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan2015-08-201-1/+1
| * | cxl: Add alternate MMIO error handlingIan Munsie2015-08-183-2/+20
| * | cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain2015-08-171-0/+4
| * | cxl: Add CONFIG_CXL_EEH symbolDaniel Axtens2015-08-171-1/+6
| * | cxl: EEH supportDaniel Axtens2015-08-143-0/+262
| * | cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens2015-08-144-0/+41
| * | cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens2015-08-141-5/+0
| * | cxl: Refactor AFU init/teardownDaniel Axtens2015-08-141-38/+57
| * | cxl: Refactor adaptor init/teardownDaniel Axtens2015-08-141-53/+86
| * | cxl: Clean up adapter MMIO unmap path.Daniel Axtens2015-08-141-6/+18
| * | cxl: Make IRQ release idempotentDaniel Axtens2015-08-141-0/+9
| * | cxl: Allocate and release the SPA with the AFUDaniel Axtens2015-08-143-11/+27
| * | cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens2015-08-145-12/+155
| * | cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens2015-08-141-16/+35
| * | cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens2015-08-121-1/+1
| * | cxl: sparse: Make declarations staticDaniel Axtens2015-08-122-4/+4
| * | cxl: Compile with -WerrorDaniel Axtens2015-08-111-0/+2
| * | cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens2015-08-061-3/+1
| * | cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn2015-07-161-0/+1
| * | cxl: Destroy cxl_adapter_idr on module_exitJohannes Thumshirn2015-07-161-0/+1
| * | cxl: use more common format specifierRasmus Villemoes2015-07-134-31/+31
| * | cxl: Add explicit precision specifiersRasmus Villemoes2015-07-131-2/+2
* | | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-091-3/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-08-031-3/+0
| |\ \
| | * | misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy2015-07-311-3/+0
| | |/
* | | misc: eeprom: max6875: clean up max6875_read()Vladimir Zapolskiy2015-08-051-6/+0
* | | misc: eeprom: clean up eeprom_read()Vladimir Zapolskiy2015-08-051-5/+0
* | | misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/writeVladimir Zapolskiy2015-08-051-14/+0
* | | misc: ds1682: clean up ds1682_eeprom_read() and ds1682_eeprom_write()Vladimir Zapolskiy2015-08-051-12/+0
* | | misc: cxl: clean up afu_read_config()Vladimir Zapolskiy2015-08-051-6/+1
* | | nvmem: sunxi: Move the SID driver to the nvmem frameworkMaxime Ripard2015-08-053-170/+0
* | | ti-st: st_kim: use gpio_set_value_cansleep to fix warningJürg Billeter2015-08-051-5/+5
* | | Revert "ti-st: add device tree support"Rob Herring2015-08-052-102/+9
* | | VMware balloon: Add support for balloon capabilities.Xavier Deguillard2015-08-051-30/+44
* | | VMware balloon: partially inline vmballoon_reserve_page.Xavier Deguillard2015-08-051-56/+42
* | | char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-6/+1
OpenPOWER on IntegriCloud