aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: gpmi: use runtime PM to manage clocksSascha Hauer2019-06-271-25/+44
* mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselectionSascha Hauer2019-06-271-14/+2
* mtd: rawnand: gpmi: remove unused parametersSascha Hauer2019-06-271-15/+19
* mtd: rawnand: gpmi: read buf in nand_read_page_opSascha Hauer2019-06-271-8/+18
* mtd: rawnand: gpmi: Remove unnecessary variablesSascha Hauer2019-06-272-11/+6
* mtd: rawnand: gpmi: remove unused variableSascha Hauer2019-06-271-3/+0
* mtd: rawnand: gpmi: move all driver code into single fileSascha Hauer2019-06-274-1106/+1058
* mtd: rawnand: fsmc: Use nand_op_trace for operation tracingSascha Hauer2019-06-271-17/+2
* mtd: rawnand: export NAND operation tracerSascha Hauer2019-06-271-29/+1
* mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li2019-06-271-11/+10
* mtd: rawnand: mtk: Add validity check for CE# pin settingXiaolei Li2019-06-271-0/+13
* mtd: rawnand: mtk: Improve data sampling timing for read cycleXiaolei Li2019-06-271-10/+36
* mtd: rawnand: mtk: Correct low level time calculation of r/w cycleXiaolei Li2019-06-271-3/+21
* mtd: rawnand: brcmnand: Fix BCH ECC layout for large page NAND partsKamal Dasu2019-06-271-1/+1
* mtd: onenand: Add support for 8Gb datasize onenandJonathan Bakker2019-06-271-0/+2
* mtd: rawnand: stm32_fmc2: manage the get_irq error caseFabien Dessenne2019-06-271-0/+6
* mtd: rawnand: use longest matching patternStefan Agner2019-06-271-13/+37
* Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-021-0/+3
|\
| * efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
* | Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-06-023-3/+3
|\ \
| * | treewide: fix typos of SPDX-License-IdentifierMasahiro Yamada2019-06-012-2/+2
| * | crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)2019-06-011-1/+1
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-023-2/+3
|\ \ \
| * | | i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima2019-05-271-1/+1
| * | | i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak2019-05-271-1/+1
| * | | i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen2019-05-271-0/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-06-025-22/+0
|\ \ \ \
| * | | | Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin2019-05-285-22/+0
| |/ / /
* | | | Merge tag 'led-fixes-for-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-06-022-5/+5
|\ \ \ \
| * | | | leds: avoid flush_work in atomic contextPavel Machek2019-05-312-5/+5
| |/ / /
* | | | Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-021-1/+17
|\ \ \ \
| * | | | loop: Don't change loop device under exclusive openerJan Kara2019-05-271-1/+17
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-029-14/+76
|\ \ \ \ \
| * | | | | scsi: libsas: delete sas port if expander discover failedJason Yan2019-05-291-0/+2
| * | | | | scsi: libsas: only clear phy->in_shutdown after shutdown event doneJason Yan2019-05-291-2/+1
| * | | | | scsi: scsi_dh_alua: Fix possible null-ptr-derefYueHaibing2019-05-291-4/+2
| * | | | | scsi: smartpqi: properly set both the DMA mask and the coherent DMA maskLianbo Jiang2019-05-291-1/+1
| * | | | | scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)Steffen Maier2019-05-294-7/+65
| * | | | | scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_removeSteffen Maier2019-05-291-0/+1
| * | | | | scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()Varun Prakash2019-05-291-0/+4
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-021-1/+2
|\ \ \ \ \ \
| * | | | | | drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai2019-06-011-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-314-6/+26
|\ \ \ \ \ \
| * | | | | | xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall2019-05-283-2/+26
| * | | | | | xen/pvcalls: Remove set but not used variableYueHaibing2019-05-281-4/+0
* | | | | | | Merge tag 's390-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-313-7/+39
|\ \ \ \ \ \ \
| * | | | | | | s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger2019-05-283-7/+39
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-314-19/+44
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | PCI: PM: Avoid possible suspend-to-idle issueRafael J. Wysocki2019-05-271-1/+16
| * | | | | | ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki2019-05-271-15/+24