summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: atmel: sort flash_info databaseMichael Walle2023-09-191-41/+41
* mtd: spi-nor: xmc: convert flash_info to new formatMichael Walle2023-09-191-6/+11
* mtd: spi-nor: xilinx: use new macros in S3AN_INFO()Michael Walle2023-09-191-11/+12
* mtd: spi-nor: winbond: convert flash_info to new formatMichael Walle2023-09-191-96/+185
* mtd: spi-nor: sst: convert flash_info to new formatMichael Walle2023-09-191-58/+104
* mtd: spi-nor: spansion: convert flash_info to new formatMichael Walle2023-09-191-129/+241
* mtd: spi-nor: micron-st: convert flash_info to new formatMichael Walle2023-09-191-137/+268
* mtd: spi-nor: macronix: convert flash_info to new formatMichael Walle2023-09-191-68/+150
* mtd: spi-nor: issi: convert flash_info to new formatMichael Walle2023-09-191-36/+78
* mtd: spi-nor: intel: convert flash_info to new formatMichael Walle2023-09-191-6/+16
* mtd: spi-nor: gigadevice: convert flash_info to new formatMichael Walle2023-09-191-32/+49
* mtd: spi-nor: everspin: convert flash_info to new formatMichael Walle2023-09-191-4/+23
* mtd: spi-nor: esmt: convert flash_info to new formatMichael Walle2023-09-191-9/+19
* mtd: spi-nor: eon: convert flash_info to new formatMichael Walle2023-09-191-18/+54
* mtd: spi-nor: atmel: convert flash_info to new formatMichael Walle2023-09-191-42/+80
* mtd: spi-nor: remove or move flash_info commentsMichael Walle2023-09-1911-14/+1
* mtd: spi-nor: add SNOR_ID() and SNOR_OTP()Michael Walle2023-09-191-0/+14
* mtd: spi-nor: rename .otp_org to .otp and make it a pointerMichael Walle2023-09-193-4/+4
* mtd: spi-nor: move the .id and .id_len into an own structureMichael Walle2023-09-195-19/+36
* mtd: spi-nor: introduce (temporary) INFO0()Michael Walle2023-09-193-11/+14
* mtd: spi-nor: drop .parse_sfdpMichael Walle2023-09-199-36/+22
* mtd: spi-nor: make sector_size optionalMichael Walle2023-09-194-7/+16
* mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()Michael Walle2023-09-191-18/+9
* mtd: spi-nor: default .n_banks to 1Michael Walle2023-09-193-7/+5
* mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameterMichael Walle2023-09-192-3/+6
* mtd: spi-nor: default page_size to 256 bytesMichael Walle2023-09-192-8/+7
* mtd: spi-nor: convert .n_sectors to .sizeMichael Walle2023-09-194-11/+12
* mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()Michael Walle2023-09-191-1/+0
* mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()Michael Walle2023-09-191-6/+1
* mtd: spi-nor: remove Fujitsu MB85RS1MT supportMichael Walle2023-09-194-24/+0
* mtd: spi-nor: remove catalyst 'flashes'Michael Walle2023-09-194-27/+0
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-1620-104/+109
|\
| * scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee2023-09-142-8/+19
| * scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee2023-09-141-1/+1
| * scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan2023-09-141-7/+7
| * scsi: target: core: Fix target_cmd_counter leakDavid Disseldorp2023-09-141-0/+1
| * scsi: pm8001: Setup IRQs on resumeDamien Le Moal2023-09-141-34/+17
| * scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki2023-09-141-0/+2
| * scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki2023-09-142-2/+2
| * Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen2023-09-1413-52/+60
| |\
| | * scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim2023-09-051-1/+6
| | * scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim2023-09-051-5/+1
| | * scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2023-09-052-3/+14
| | * scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh2023-09-051-12/+12
| | * scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan2023-09-051-3/+3
| | * scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali2023-09-054-8/+7
| | * scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali2023-09-051-5/+5
| | * scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie2023-09-051-2/+2
| | * scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2023-09-052-13/+10
* | | Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-167-40/+59
|\ \ \