summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-3130-186/+120
|\
| * iio: adc: qcom-vadc-common: use <linux/units.h> helpersAkinobu Mita2020-01-312-4/+3
| * thermal: armada: remove unused TO_MCELSIUS macroAkinobu Mita2020-01-311-2/+0
| * iwlwifi: use <linux/units.h> helpersAkinobu Mita2020-01-312-7/+4
| * iwlegacy: use <linux/units.h> helpersAkinobu Mita2020-01-313-12/+11
| * nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-8/+5
| * thermal: intel_pch: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-1/+2
| * thermal: int340x: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-3/+4
| * platform/x86: intel_menlow: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-3/+6
| * platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-4/+3
| * ACPI: thermal: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-16/+18
| * drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King2020-01-311-2/+1
| * zram: try to avoid worst-case scenario on same element pagesTaejoon Song2020-01-311-2/+5
| * mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand2020-01-311-3/+3
| * mm: remove the memory isolate notifierDavid Hildenbrand2020-01-311-19/+0
| * mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-3111-18/+18
| * vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-4/+3
| * media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-7/+4
| * drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard2020-01-311-1/+1
| * IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-318-14/+13
| * goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-14/+3
| * media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard2020-01-311-1/+4
| * IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard2020-01-311-11/+6
| * vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard2020-01-311-25/+5
| * goldish_pipe: rename local pin_user_pages() routineJohn Hubbard2020-01-311-9/+9
| * mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams2020-01-311-6/+0
| * ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-1/+0
* | Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-3111-455/+907
|\ \
| * | tc: Make tc_match_device() staticGeert Uytterhoeven2020-01-131-3/+2
| * | soc: lantiq: convert to devm_platform_ioremap_resourceYangtao Li2020-01-101-3/+1
| * | mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer2020-01-098-461/+893
| * | MIPS: SGI-IP27: fix readb/writeb addressingThomas Bogendoerfer2020-01-092-0/+23
* | | Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-01-3024-151/+274
|\ \ \
| * \ \ Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal2020-01-27244-1077/+1891
| |\ \ \
| | * | | mtd: onenand: Rename omap2 driver to avoid a build warningMiquel Raynal2020-01-212-1/+1
| | * | | mtd: onenand: Use a better name for samsung driverMiquel Raynal2020-01-212-1/+1
| | * | | mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2020-01-211-10/+10
| | * | | mtd: spinand: add support for Toshiba TC58CVG2S0HRAIJRobert Marko2020-01-211-0/+10
| | * | | mtd: rawnand: macronix: Use match_string() helper to simplify the codeYueHaibing2020-01-211-7/+4
| | * | | mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing2020-01-211-2/+2
| | * | | mtd: onenand: Enable compile testing of OMAP and Samsung driversKrzysztof Kozlowski2020-01-211-2/+2
| | * | | mtd: onenand: samsung: Fix printing format for size_t on 64-bitKrzysztof Kozlowski2020-01-211-1/+1
| | * | | mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski2020-01-211-2/+2
| | * | | mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTESMasahiro Yamada2020-01-211-14/+7
| | * | | mtd: rawnand: denali_dt: add reset controllingMasahiro Yamada2020-01-211-1/+39
| | * | | mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTESMarek Vasut2020-01-212-3/+15
| | * | | mtd: rawnand: denali_dt: error out if platform has no associated dataMasahiro Yamada2020-01-211-5/+6
| | * | | mtd: rawnand: brcmnand: Set appropriate DMA maskFlorian Fainelli2020-01-211-0/+10
| | * | | mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor2020-01-211-41/+41
| | * | | mtd: rawnand: mpc5121: Remove unneeded semicolonzhengbin2020-01-211-1/+1