Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445886
| From | Michal Suchanek <hramrach@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/3] Spidev usability patchset update |
| Date | 2016-07-19 00:40 +0200 |
| Message-ID | <rWpmF-3Qw-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, this simplifies spidev to not pose as SPI driver but instead attach a character device on each SPI slave indiscriminately. This does not require spidev to be matched during driver binding and hence does not require it to be specified in devicetree. Any SPI slave device for which a driver is not bound to start with or from which it is unbound is accessible with spidev. Constructive comments on improving this patchset are welcome. Thanks Michal Michal Suchanek (3): spi: spidev: create spidev device for all spi slaves. spi: of: allow instantiating slaves without a driver spi: core: allow creating devices without spi-max-frequency Documentation/spi/spidev | 40 ++--- drivers/spi/Kconfig | 2 +- drivers/spi/spi.c | 28 +++- drivers/spi/spidev.c | 370 ++++++++++++++++++++--------------------------- include/linux/spi/spi.h | 14 ++ 5 files changed, 201 insertions(+), 253 deletions(-) -- 2.8.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/3] Spidev usability patchset update Michal Suchanek <hramrach@gmail.com> - 2016-07-19 00:40 +0200
[PATCH v3 2/3] spi: of: allow instantiating slaves without a driver Michal Suchanek <hramrach@gmail.com> - 2016-07-19 00:40 +0200
Re: [PATCH v3 2/3] spi: of: allow instantiating slaves without a driver Mark Brown <broonie@kernel.org> - 2016-07-19 01:10 +0200
Re: [PATCH v3 2/3] spi: of: allow instantiating slaves without a driver Michal Suchanek <hramrach@gmail.com> - 2016-07-19 10:40 +0200
Re: [PATCH v3 2/3] spi: of: allow instantiating slaves without a driver Mark Brown <broonie@kernel.org> - 2016-07-19 13:00 +0200
[PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Michal Suchanek <hramrach@gmail.com> - 2016-07-19 00:40 +0200
Re: [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Mark Brown <broonie@kernel.org> - 2016-07-19 01:10 +0200
Re: [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Michal Suchanek <hramrach@gmail.com> - 2016-07-19 13:20 +0200
Re: [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Mark Brown <broonie@kernel.org> - 2016-07-19 14:50 +0200
Re: [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Michal Suchanek <hramrach@gmail.com> - 2016-07-19 17:40 +0200
Re: [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Mark Brown <broonie@kernel.org> - 2016-07-19 19:30 +0200
Re: [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Michal Suchanek <hramrach@gmail.com> - 2016-07-19 20:40 +0200
Re: [lkp] [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves. Fengguang Wu <fengguang.wu@intel.com> - 2016-07-20 09:20 +0200
[PATCH v3 3/3] spi: core: allow creating devices without spi-max-frequency Michal Suchanek <hramrach@gmail.com> - 2016-07-19 00:40 +0200
csiph-web