1
0
Fork 0
alistair23-linux/drivers/mtd/nand/raw
Linus Torvalds d5acba26bf Char/Misc driver patches for 4.19-rc1
Here is the bit set of char/misc drivers for 4.19-rc1
 
 There is a lot here, much more than normal, seems like everyone is
 writing new driver subsystems these days...  Anyway, major things here
 are:
 	- new FSI driver subsystem, yet-another-powerpc low-level
 	  hardware bus
 	- gnss, finally an in-kernel GPS subsystem to try to tame all of
 	  the crazy out-of-tree drivers that have been floating around
 	  for years, combined with some really hacky userspace
 	  implementations.  This is only for GNSS receivers, but you
 	  have to start somewhere, and this is great to see.
 Other than that, there are new slimbus drivers, new coresight drivers,
 new fpga drivers, and loads of DT bindings for all of these and existing
 drivers.
 
 Full details of everything is in the shortlog.
 
 All of these have been in linux-next for a while with no reported
 issues.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCW3g7ew8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ykfBgCeOG0RkSI92XVZe0hs/QYFW9kk8JYAnRBf3Qpm
 cvW7a+McOoKz/MGmEKsi
 =TNfn
 -----END PGP SIGNATURE-----

Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc driver updates from Greg KH:
 "Here is the bit set of char/misc drivers for 4.19-rc1

  There is a lot here, much more than normal, seems like everyone is
  writing new driver subsystems these days... Anyway, major things here
  are:

   - new FSI driver subsystem, yet-another-powerpc low-level hardware
     bus

   - gnss, finally an in-kernel GPS subsystem to try to tame all of the
     crazy out-of-tree drivers that have been floating around for years,
     combined with some really hacky userspace implementations. This is
     only for GNSS receivers, but you have to start somewhere, and this
     is great to see.

  Other than that, there are new slimbus drivers, new coresight drivers,
  new fpga drivers, and loads of DT bindings for all of these and
  existing drivers.

  All of these have been in linux-next for a while with no reported
  issues"

* tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (255 commits)
  android: binder: Rate-limit debug and userspace triggered err msgs
  fsi: sbefifo: Bump max command length
  fsi: scom: Fix NULL dereference
  misc: mic: SCIF Fix scif_get_new_port() error handling
  misc: cxl: changed asterisk position
  genwqe: card_base: Use true and false for boolean values
  misc: eeprom: assignment outside the if statement
  uio: potential double frees if __uio_register_device() fails
  eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistency
  misc: ti-st: Fix memory leak in the error path of probe()
  android: binder: Show extra_buffers_size in trace
  firmware: vpd: Fix section enabled flag on vpd_section_destroy
  platform: goldfish: Retire pdev_bus
  goldfish: Use dedicated macros instead of manual bit shifting
  goldfish: Add missing includes to goldfish.h
  mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux
  dt-bindings: mux: add adi,adgs1408
  Drivers: hv: vmbus: Cleanup synic memory free path
  Drivers: hv: vmbus: Remove use of slow_virt_to_phys()
  Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
  ...
2018-08-18 11:04:51 -07:00
..
atmel mtd: rawnand: atmel: convert driver to nand_scan() 2018-07-31 09:46:09 +02:00
bcm47xxnflash
brcmnand Char/Misc driver patches for 4.19-rc1 2018-08-18 11:04:51 -07:00
gpmi-nand mtd: rawnand: gpmi: convert driver to nand_scan() 2018-07-31 09:45:58 +02:00
Kconfig mtd: rawnand: atmel: Select GENERIC_ALLOCATOR 2018-08-11 18:07:44 +02:00
Makefile mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver 2018-07-02 09:02:06 +02:00
ams-delta.c
au1550nd.c mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion 2018-07-31 09:45:54 +02:00
cafe_nand.c mtd: rawnand: cafe: convert driver to nand_scan() 2018-07-31 09:46:07 +02:00
cmx270_nand.c mtd: rawnand: use mtd_device_register() where applicable 2018-07-19 23:14:12 +02:00
cs553x_nand.c mtd: rawnand: use mtd_device_register() where applicable 2018-07-19 23:14:12 +02:00
davinci_nand.c mtd: rawnand: davinci: convert driver to nand_scan() 2018-07-31 09:45:55 +02:00
denali.c mtd: rawnand: denali: convert to nand_scan() 2018-07-31 09:45:55 +02:00
denali.h mtd: rawnand: denali: optimize timing parameters for data interface 2018-07-18 09:24:14 +02:00
denali_dt.c mtd: rawnand: denali: optimize timing parameters for data interface 2018-07-18 09:24:14 +02:00
denali_pci.c mtd: rawnand: denali: optimize timing parameters for data interface 2018-07-18 09:24:14 +02:00
diskonchip.c mtd: rawnand: Kill the chip->scan_bbt() hook 2018-07-18 10:10:12 +02:00
docg4.c mtd: rawnand: docg4: convert driver to nand_scan() 2018-07-31 09:46:10 +02:00
fsl_elbc_nand.c mtd: rawnand: fsl_elbc: convert driver to nand_scan() 2018-07-31 09:45:57 +02:00
fsl_ifc_nand.c mtd: rawnand: fsl_ifc: convert driver to nand_scan() 2018-07-31 09:45:57 +02:00
fsl_upm.c
fsmc_nand.c mtd: rawnand: fsmc: convert driver to nand_scan() 2018-07-31 09:45:57 +02:00
gpio.c
hisi504_nand.c mtd: rawnand: hisi504: convert driver to nand_scan() 2018-07-31 09:45:58 +02:00
jz4740_nand.c mtd: rawnand: jz4740: convert driver to nand_scan() 2018-07-31 09:46:11 +02:00
jz4780_bch.c
jz4780_bch.h
jz4780_nand.c mtd: rawnand: jz4780: convert driver to nand_scan() 2018-07-31 09:45:59 +02:00
lpc32xx_mlc.c mtd: rawnand: lpc32xx_mlc: convert driver to nand_scan() 2018-07-31 09:46:07 +02:00
lpc32xx_slc.c mtd: rawnand: lpc32xx_slc: convert driver to nand_scan() 2018-07-31 09:45:59 +02:00
marvell_nand.c sound updates for 4.19 2018-08-14 14:10:30 -07:00
mpc5121_nfc.c
mtk_ecc.c mtd: rawnand: mtk: use of_device_get_match_data() 2018-04-29 08:56:41 +02:00
mtk_ecc.h
mtk_nand.c mtd: rawnand: mtk: convert driver to nand_scan() 2018-07-31 09:46:00 +02:00
mxc_nand.c mtd: rawnand: mxc: convert driver to nand_scan() 2018-07-31 09:46:01 +02:00
nand_amd.c
nand_base.c mtd: rawnand: allocate dynamically ONFI parameters during detection 2018-08-01 09:45:59 +02:00
nand_bbt.c mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt() 2018-07-18 09:34:22 +02:00
nand_bch.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
nand_ecc.c
nand_hynix.c mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op() 2018-07-18 10:10:15 +02:00
nand_ids.c
nand_macronix.c mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS). 2018-06-22 00:31:22 +02:00
nand_micron.c mtd: rawnand: allocate dynamically ONFI parameters during detection 2018-08-01 09:45:59 +02:00
nand_samsung.c
nand_timings.c mtd: rawnand: allocate dynamically ONFI parameters during detection 2018-08-01 09:45:59 +02:00
nand_toshiba.c
nandsim.c mtd: rawnand: nandsim: convert driver to nand_scan() 2018-07-31 09:46:01 +02:00
ndfc.c mtd: rawnand: better name for the controller structure 2018-07-31 09:45:52 +02:00
nuc900_nand.c
omap2.c mtd: rawnand: omap2: convert driver to nand_scan() 2018-07-31 09:46:08 +02:00
omap_elm.c
orion_nand.c mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not defined 2018-07-31 09:45:51 +02:00
oxnas_nand.c mtd: rawnand: better name for the controller structure 2018-07-31 09:45:52 +02:00
pasemi_nand.c
plat_nand.c mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}() 2018-07-18 10:10:12 +02:00
qcom_nandc.c mtd: rawnand: qcom: convert driver to nand_scan() 2018-07-31 09:46:05 +02:00
r852.c
r852.h
s3c2410.c mtd: rawnand: s3c2410: convert driver to nand_scan() 2018-07-31 09:46:01 +02:00
sh_flctl.c mtd: rawnand: sh_flctl: convert driver to nand_scan() 2018-07-31 09:46:02 +02:00
sharpsl.c mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers 2018-07-18 09:34:16 +02:00
sm_common.c mtd: rawnand: sm_common: convert driver to nand_scan_with_ids() 2018-07-31 09:46:04 +02:00
sm_common.h
socrates_nand.c
sunxi_nand.c mtd: rawnand: sunxi: convert driver to nand_scan() 2018-07-31 09:46:02 +02:00
tango_nand.c mtd: rawnand: tango: convert driver to nand_scan() 2018-07-31 09:46:03 +02:00
tegra_nand.c mtd: rawnand: tegra: convert driver to nand_scan() 2018-07-31 09:46:12 +02:00
tmio_nand.c
txx9ndfmc.c mtd: rawnand: txx9ndfmc: convert driver to nand_scan() 2018-07-31 09:46:13 +02:00
vf610_nfc.c mtd: rawnand: vf610: convert driver to nand_scan() 2018-07-31 09:46:04 +02:00
xway_nand.c