summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan2018-05-091-7/+10
* mtd: rawnand: gpmi: remove unnecessary variablesSascha Hauer2018-04-291-10/+5
* mtd: rawnand: gpmi: return valid value from bch_set_geometry()Sascha Hauer2018-04-291-2/+3
* mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data structSascha Hauer2018-04-293-14/+11
* mtd: rawnand: gpmi: put only once used functions inlineSascha Hauer2018-04-291-66/+23
* mtd: rawnand: gpmi: pass buffer and len aroundSascha Hauer2018-04-293-26/+19
* mtd: rawnand: gpmi: drop dma_ops_typeSascha Hauer2018-04-293-55/+23
* mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal2018-04-291-4/+6
* mtd: rawnand: lpc32xx_slc: fix the probe function error pathMiquel Raynal2018-04-291-3/+3
* mtd: rawnand: lpc32xx_slc: clean the probe functionMiquel Raynal2018-04-291-12/+14
* mtd: rawnand: lpc32xx_mlc: fix the probe function error pathMiquel Raynal2018-04-291-3/+3
* mtd: rawnand: lpc32xx_mlc: clean the probe functionMiquel Raynal2018-04-291-18/+20
* mtd: rawnand: hisi504: fix the probe function error pathMiquel Raynal2018-04-291-1/+1
* mtd: rawnand: hisi504: clean the probe function error pathMiquel Raynal2018-04-291-23/+12
* mtd: rawnand: fsmc: fix the probe function error pathMiquel Raynal2018-04-291-1/+3
* mtd: rawnand: fsmc: clean the probe function styleMiquel Raynal2018-04-291-12/+13
* mtd: rawnand: fsl_ifc: fix probe function error pathMiquel Raynal2018-04-291-3/+9
* mtd: rawnand: fsl_elbc: fix probe function error pathMiquel Raynal2018-04-291-4/+9
* mtd: onenand: simplify getting .drvdataWolfram Sang2018-04-291-4/+2
* mtd: rawnand: mtk: use of_device_get_match_data()Ryder Lee2018-04-292-15/+2
* mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probeJia-Ju Bai2018-04-291-2/+2
* mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy pollingBoris Brezillon2018-04-291-76/+15
* mtd: rawnand: gpmi: add support for specific ECC strengthStefan Agner2018-04-291-10/+20
* mtd: rawnand: davinci: don't acquire and enable clockSekhar Nori2018-04-261-24/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-04-1618-82/+109
|\
| * scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklistRoss Lagerwall2018-04-101-1/+1
| * scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()Dan Carpenter2018-04-101-4/+4
| * scsi: dpt_i2o: Use after free in I2ORESETCMD ioctlDan Carpenter2018-04-101-5/+8
| * scsi: core: Make scsi_result_to_blk_status() recognize CONDITION METBart Van Assche2018-04-101-0/+9
| * scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat...Bart Van Assche2018-04-101-9/+9
| * Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by...Bart Van Assche2018-04-101-2/+0
| * scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll2018-04-102-1/+4
| * scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn2018-04-101-3/+3
| * scsi: qla2xxx: correctly shift host byteJohannes Thumshirn2018-04-101-1/+1
| * scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings2018-04-108-31/+45
| * scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings2018-04-101-2/+2
| * scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja2018-04-091-23/+21
| * scsi: scsi_dh: Don't look for NULL devices handlers by nameJohannes Thumshirn2018-04-091-0/+3
| * scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King2018-04-091-1/+0
* | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-162-7/+0
|\ \
| * | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-4/+0
| * | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0
| * | kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-071-2/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-04-146-5/+251
|\ \ \
| * \ \ Merge branches 'thermal-core' and 'thermal-soc' into nextZhang Rui2018-04-131-3/+3
| |\ \ \
| | * | | thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo2018-03-141-3/+3
| * | | | thermal: Add cooling device's statistics in sysfsViresh Kumar2018-04-025-2/+248
| |/ / /
* | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-141-4/+12
|\ \ \ \
| * | | | firmware: dmi_scan: Use lowercase letters for UUIDJean Delvare2018-04-131-2/+2
| * | | | firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesAlex Hung2018-04-131-1/+9