Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221915
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] staging: fbtft: use pr_fmt |
| Date | 2015-09-10 07:00 +0200 |
| Message-ID | <q727L-8cV-1@gated-at.bofh.it> (permalink) |
| References | <q5m0V-25G-3@gated-at.bofh.it> <q5m11-25G-141@gated-at.bofh.it> <q6THe-4vo-63@gated-at.bofh.it> <q6V6h-6DS-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Sep 09, 2015 at 11:20:08PM +0200, Noralf Trønnes wrote: > > Den 09.09.2015 20:35, skrev Greg Kroah-Hartman: > >On Sat, Sep 05, 2015 at 07:13:45PM +0530, Sudip Mukherjee wrote: > >>Instead of defining DRVNAME and using it in all calls to pr_* family of > >>macros lets start using pr_fmt. > >> > >>Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> > >>--- > >> drivers/staging/fbtft/fbtft_device.c | 79 ++++++++++++++++-------------------- > >> 1 file changed, 35 insertions(+), 44 deletions(-) > > [...] > > >If a driver is working properly, nothing should show up in the kernel > >log at all, otherwise it's just noise that everyone ignores. > > This isn't a device driver, it's a module for adding "fbtft" devices > (spi/platform with pdata). When I created fbtft, the Raspberry Pi didn't > have Device Tree support, so I made this module as a way for the end user > to add devices without having to build a kernel. > I haven't seen any module like this in the kernel, so maybe it > really doesn't > belong here at all? Is this driver only for Raspberry Pi? I have seen someone submitted a drm driver for Raspberry Pi. And I guess that is already merged. Tomi (fbdev maintainer) said "Fremebuffer driver will be obsolete immediately when there's a DRM driver for that device". And if a drm driver is already there for Raspberry Pi then ? regards sudip -- 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 — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 3/3] staging: fbtft: use pr_fmt Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-09 22:00 +0200
Re: [PATCH 3/3] staging: fbtft: use pr_fmt Noralf Trønnes <noralf@tronnes.org> - 2015-09-09 23:30 +0200
Re: [PATCH 3/3] staging: fbtft: use pr_fmt Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-10 07:00 +0200
Re: [PATCH 3/3] staging: fbtft: use pr_fmt Noralf Trønnes <noralf@tronnes.org> - 2015-09-10 18:50 +0200
Re: [PATCH 3/3] staging: fbtft: use pr_fmt Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-11 12:40 +0200
csiph-web