summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer overflowAndi Kleen2018-11-291-2/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2018-11-2917-40/+50
|\
| * drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder2018-11-191-1/+1
| * mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2018-11-192-10/+19
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-11-1914-20/+20
| * mm: convert zone->managed_pages to atomic variableArun KS2018-11-191-1/+1
| * mm: reference totalram_pages and managed_pages once per functionArun KS2018-11-191-9/+10
* | Merge remote-tracking branch 'nvmem/for-next'Stephen Rothwell2018-11-292-1/+49
|\ \
| * | nvmem: meson-efuse: add peripheral clockJerome Brunet2018-11-131-0/+25
| * | nvmem: meson-efuse: add error message on user_max failure.Jerome Brunet2018-11-121-1/+3
| * | nvmem: add type attributeAlexandre Belloni2018-11-121-0/+21
| * | nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla2018-11-061-4/+6
* | | Merge remote-tracking branch 'slimbus/for-next'Stephen Rothwell2018-11-292-5/+3
|\ \ \
| * | | slimbus: ngd: fix spelling mistake "exeeds" -> "exceeds"Colin Ian King2018-11-271-1/+1
| * | | slimbus: ngd: QCOM_QMI_HELPERS has to be selectedNiklas Cassel2018-11-121-2/+3
| * | | slimbus: ngd: Fix build error on x86Srinivas Kandagatla2018-11-121-2/+3
| * | | slimbus: qcom-ctrl: simplify getting .driver_dataWolfram Sang2018-11-061-4/+2
| |/ /
* | | Merge remote-tracking branch 'rtc/rtc-next'Stephen Rothwell2018-11-2912-103/+31
|\ \ \
| * | | rtc: isl1208: Use i2c block read/write routinesTrent Piepho2018-11-221-33/+4
| * | | rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...Christophe JAILLET2018-11-221-1/+1
| * | | rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni2018-11-221-14/+10
| * | | rtc: nvmem: use devm_nvmem_register()Alexandre Belloni2018-11-221-6/+1
| * | | rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_...Christophe JAILLET2018-11-141-1/+1
| * | | rtc: s3c-rtc: Avoid using broken ALMYEAR registerMarek Szyprowski2018-11-141-6/+0
| * | | rtc: m41t80: Complete error propagation from SMBus callsMaciej W. Rozycki2018-11-141-5/+8
| * | | rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki2018-11-141-1/+1
| * | | rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni2018-11-121-26/+0
| * | | rtc: sh: convert to SPDX identifiersKuninori Morimoto2018-11-121-5/+2
| * | | rtc: clean up indentation issues, remove extraneous space, add missing tabsColin Ian King2018-11-123-3/+3
| * | | rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor2018-11-121-3/+1
| |/ /
* | | Merge remote-tracking branch 'coresight/next'Stephen Rothwell2018-11-294-14/+25
|\ \ \
| * | | coresight: fix spelling mistake "deffered" -> "deferred"Colin Ian King2018-11-281-1/+1
| * | | coresight: etm3x: Release CLAIM tag when operated from perfMathieu Poirier2018-11-091-0/+1
| * | | coresight: etm3x: Deal with CLAIM tag before and after accessing HWMathieu Poirier2018-11-091-6/+5
| * | | coresight: etf: Release CLAIM tag after disabling the HWMathieu Poirier2018-11-091-1/+1
| * | | coresight: etb10: Add support for CLAIM tagMathieu Poirier2018-11-091-6/+17
| * | | coresight: tmc: Fix bad register address for CLAIMLeo Yan2018-11-051-1/+1
| |/ /
* | | Merge remote-tracking branch 'random/dev'Stephen Rothwell2018-11-291-5/+5
|\ \ \
| * | | drivers/char/random.c: make primary_crng staticRasmus Villemoes2018-11-071-1/+1
| * | | drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes2018-11-071-3/+3
| * | | drivers/char/random.c: constify poolinfo_tableRasmus Villemoes2018-11-071-1/+1
* | | | Merge remote-tracking branch 'pwm/for-next'Stephen Rothwell2018-11-291-3/+0
|\ \ \ \
| * | | | pwm: lpc18xx-sct: Don't reconfigure PWM in .request and .freeUwe Kleine-König2018-11-161-3/+0
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'pinctrl/for-next'Stephen Rothwell2018-11-2956-647/+9923
|\ \ \ \
| * \ \ \ Merge branch 'devel' into for-nextLinus Walleij2018-11-2654-633/+9906
| |\ \ \ \
| | * | | | pinctrl: qcom: spmi-gpio: add compatible for pms405 GPIOShawn Guo2018-11-261-0/+1
| | * | | | Merge tag 'sh-pfc-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-11-2515-124/+3459
| | |\ \ \ \
| | | * | | | pinctrl: Add RZ/A2 pin and gpio controllerChris Brandt2018-11-233-0/+531
| | | * | | | pinctrl: sh-pfc: r8a77980: Add QSPI pins, groups, and functionsDmitry Shifrin2018-11-201-0/+70
| | | * | | | pinctrl: sh-pfc: r8a77990: Add CAN FD pins, groups and functionsTakeshi Kihara2018-11-191-2/+37