summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_wait_ready()Boris Brezillon3-8/+8
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon47-73/+64
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon50-60/+59
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon1-5/+52
2018-09-05mtd: rawnand: atmel: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+1
2018-09-05mtd: rawnand: jz4780: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-1/+1
2018-09-05mtd: rawnand: Convert to using %pOFn instead of device_node.nameRob Herring2-4/+4
2018-09-05mtd: rawnand: qcom: don't include dma-direct.hChristoph Hellwig1-1/+0
2018-09-05mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatchMasahiro Yamada4-38/+11
2018-09-05mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versionsKurt Kanzenbach1-7/+26
2018-09-05mtd: rawnand: fsl_ifc: check result of SRAM initializationKurt Kanzenbach1-4/+13
2018-09-05mtd: rawnand: marvell: document a bit more the driverMiquel Raynal1-0/+67
2018-09-05mtd: rawnand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)KOBAYASHI Yoshitake1-0/+88
2018-09-05mtd: rawnand: marvell: use regmap_update_bits() for syscon accessThomas Petazzoni1-12/+11
2018-09-04mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon10-114/+0
2018-09-04mtd: rawnand: Add the nand_wait_rdy_op() helper and use itBoris Brezillon1-5/+26
2018-09-04mtd: rawnand: Add the nand_wait_readrdy() helper and use itBoris Brezillon1-14/+14
2018-09-02Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+47
2018-09-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-20/+17
2018-09-01Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2018-08-31Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2018-08-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-40/+58
2018-08-31Merge tag 'drm-fixes-2018-08-31' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-161/+303
2018-08-31Merge tag 'pm-4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+13
2018-08-31Merge branch 'pm-core'Rafael J. Wysocki1-1/+1
2018-08-31clk: x86: Set default parent to 48MhzAkshu Agrawal1-1/+1
2018-08-31i2c: sh_mobile: fix leak when using DMA bounce bufferWolfram Sang1-2/+4
2018-08-31i2c: sh_mobile: define start_ch() void as it only returns 0 anyhowWolfram Sang1-6/+3
2018-08-31i2c: refactor function to release a DMA safe bufferWolfram Sang2-6/+7
2018-08-31i2c: algos: bit: make the error messages grepableJan Kundrát1-24/+31
2018-08-31i2c: designware: Re-init controllers with pm_disabled set on resumeHans de Goede2-2/+6
2018-08-30i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg1-1/+8
2018-08-30Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-blockLinus Torvalds8-83/+184
2018-08-30of: add node name compare helper functionsRob Herring1-0/+22
2018-08-30Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+7
2018-08-30Merge tag 'mmc-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds5-14/+25
2018-08-30Merge tag 'drm-intel-fixes-2018-08-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-13/+11
2018-08-30Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie14-109/+124
2018-08-30Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+30
2018-08-30drm/i915/audio: Hook up component bindings even if displays are disabledChris Wilson1-3/+0
2018-08-30drm/i915: Increase LSPCON timeoutFredrik Schön1-1/+1
2018-08-30drm/i915: Stop holding a ref to the ppgtt from each vmaChris Wilson1-4/+0
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-66/+87
2018-08-29Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linusJens Axboe3-2/+13
2018-08-29cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer1-1/+1
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+25
2018-08-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds4-45/+16
2018-08-29clk: npcm7xx: fix memory allocationGustavo A. R. Silva1-2/+2
2018-08-29xen: export device state to sysfsJoe Jin1-0/+9
2018-08-28drm/i915: Free write_buf that we allocated with kzalloc.Rodrigo Vivi1-2/+6