summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-19mtd: spi-nor: gigadevice: sort flash_info databaseMichael Walle1-18/+18
2023-09-19mtd: spi-nor: eon: sort flash_info databaseMichael Walle1-18/+18
2023-09-19mtd: spi-nor: atmel: sort flash_info databaseMichael Walle1-41/+41
2023-09-19mtd: spi-nor: xmc: convert flash_info to new formatMichael Walle1-6/+11
2023-09-19mtd: spi-nor: xilinx: use new macros in S3AN_INFO()Michael Walle1-11/+12
2023-09-19mtd: spi-nor: winbond: convert flash_info to new formatMichael Walle1-96/+185
2023-09-19mtd: spi-nor: sst: convert flash_info to new formatMichael Walle1-58/+104
2023-09-19mtd: spi-nor: spansion: convert flash_info to new formatMichael Walle1-129/+241
2023-09-19mtd: spi-nor: micron-st: convert flash_info to new formatMichael Walle1-137/+268
2023-09-19mtd: spi-nor: macronix: convert flash_info to new formatMichael Walle1-68/+150
2023-09-19mtd: spi-nor: issi: convert flash_info to new formatMichael Walle1-36/+78
2023-09-19mtd: spi-nor: intel: convert flash_info to new formatMichael Walle1-6/+16
2023-09-19mtd: spi-nor: gigadevice: convert flash_info to new formatMichael Walle1-32/+49
2023-09-19mtd: spi-nor: everspin: convert flash_info to new formatMichael Walle1-4/+23
2023-09-19mtd: spi-nor: esmt: convert flash_info to new formatMichael Walle1-9/+19
2023-09-19mtd: spi-nor: eon: convert flash_info to new formatMichael Walle1-18/+54
2023-09-19mtd: spi-nor: atmel: convert flash_info to new formatMichael Walle1-42/+80
2023-09-19mtd: spi-nor: remove or move flash_info commentsMichael Walle11-14/+1
2023-09-19mtd: spi-nor: add SNOR_ID() and SNOR_OTP()Michael Walle1-0/+14
2023-09-19mtd: spi-nor: rename .otp_org to .otp and make it a pointerMichael Walle3-4/+4
2023-09-19mtd: spi-nor: move the .id and .id_len into an own structureMichael Walle5-19/+36
2023-09-19mtd: spi-nor: introduce (temporary) INFO0()Michael Walle3-11/+14
2023-09-19mtd: spi-nor: drop .parse_sfdpMichael Walle9-36/+22
2023-09-19mtd: spi-nor: make sector_size optionalMichael Walle4-7/+16
2023-09-19mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()Michael Walle1-18/+9
2023-09-19mtd: spi-nor: default .n_banks to 1Michael Walle3-7/+5
2023-09-19mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameterMichael Walle2-3/+6
2023-09-19mtd: spi-nor: default page_size to 256 bytesMichael Walle2-8/+7
2023-09-19mtd: spi-nor: convert .n_sectors to .sizeMichael Walle4-11/+12
2023-09-19mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()Michael Walle1-1/+0
2023-09-19mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()Michael Walle1-6/+1
2023-09-19mtd: spi-nor: remove Fujitsu MB85RS1MT supportMichael Walle4-24/+0
2023-09-19mtd: spi-nor: remove catalyst 'flashes'Michael Walle4-27/+0
2023-09-18Linux 6.6-rc2v6.6-rc2Linus Torvalds1-1/+1
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-24/+61
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+34
2023-09-17Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds1-6/+0
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+24
2023-09-17Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2-2/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-51/+64
2023-09-17x86/purgatory: Remove LTO flagsSong Liu1-0/+4
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39
2023-09-17Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-09-17vm: fix move_vma() memory accounting being offLinus Torvalds1-1/+1
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds21-107/+112
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds8-40/+63
2023-09-16Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2023-09-16Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+3