Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1270659
| From | Brian Norris <computersforpeace@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] mtd: m25p80: fix some module and documentation issues |
| Date | 2015-11-16 23:40 +0100 |
| Message-ID | <qvABk-4Q6-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
There were a few mistakes and improvements pointed out at various points in
this thread, subject:
spi: OF module autoloading is still broken
(was: Re: m25p80: Commit "allow arbitrary OF matching for "jedec,spi-nor""
breaks module autoloading)
http://lists.infradead.org/pipermail/linux-mtd/2015-October/062369.html
https://lkml.org/lkml/2015/11/12/574
That thread covers some other interesting issues that are still not solved, but
let's fix the ones we can here in MTD right now.
Regards,
Brian
Brian Norris (3):
mtd: m25p80: fix module autoloading for "jedec,spi-nor" and "spi-nor"
mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments
doc: dt: mtd: stop referring to driver code for spi-nor IDs
.../devicetree/bindings/mtd/jedec,spi-nor.txt | 56 ++++++++++++++++++++--
drivers/mtd/devices/m25p80.c | 17 +++++--
2 files changed, 64 insertions(+), 9 deletions(-)
--
2.6.0.rc2.230.g3dd15c0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] mtd: m25p80: fix some module and documentation issues Brian Norris <computersforpeace@gmail.com> - 2015-11-16 23:40 +0100
[PATCH 2/3] mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments Brian Norris <computersforpeace@gmail.com> - 2015-11-16 23:40 +0100
Re: [PATCH 2/3] mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments Javier Martinez Canillas <javier@osg.samsung.com> - 2015-11-17 15:00 +0100
[PATCH 1/3] mtd: m25p80: fix module autoloading for "jedec,spi-nor" and "spi-nor" Brian Norris <computersforpeace@gmail.com> - 2015-11-16 23:40 +0100
Re: [PATCH 1/3] mtd: m25p80: fix module autoloading for "jedec,spi-nor" and "spi-nor" Javier Martinez Canillas <javier@osg.samsung.com> - 2015-11-17 15:00 +0100
[PATCH 3/3] doc: dt: mtd: stop referring to driver code for spi-nor IDs Brian Norris <computersforpeace@gmail.com> - 2015-11-16 23:40 +0100
Re: [PATCH 3/3] doc: dt: mtd: stop referring to driver code for spi-nor IDs Rob Herring <robh@kernel.org> - 2015-11-17 00:20 +0100
Re: [PATCH 3/3] doc: dt: mtd: stop referring to driver code for spi-nor IDs Javier Martinez Canillas <javier@osg.samsung.com> - 2015-11-17 15:10 +0100
Re: [PATCH 3/3] doc: dt: mtd: stop referring to driver code for spi-nor IDs Brian Norris <computersforpeace@gmail.com> - 2015-11-18 20:50 +0100
Re: [PATCH 3/3] doc: dt: mtd: stop referring to driver code for spi-nor IDs Javier Martinez Canillas <javier@osg.samsung.com> - 2015-11-18 21:30 +0100
Re: [PATCH 0/3] mtd: m25p80: fix some module and documentation issues Brian Norris <computersforpeace@gmail.com> - 2015-11-20 01:50 +0100
csiph-web