Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1261304
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon |
| Date | 2015-11-03 09:50 +0100 |
| Message-ID | <qqFrY-jV-21@gated-at.bofh.it> (permalink) |
| References | <qp2sF-567-3@gated-at.bofh.it> <qqFrY-jV-3@gated-at.bofh.it> <qqFrY-jV-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday 03 November 2015 08:39:23 Lee Jones wrote: > On Tue, 03 Nov 2015, Lee Jones wrote: > > > On Mon, 02 Nov 2015, Damien Riegel wrote: > > > On Mon, Nov 02, 2015 at 09:12:53AM +0000, Lee Jones wrote: > > > > [Cc'ing Arnd] > > > > > > > > On Fri, 30 Oct 2015, Damien Riegel wrote: > > > > > On Fri, Oct 30, 2015 at 05:56:56PM +0000, Lee Jones wrote: > > > > > > On Thu, 29 Oct 2015, Damien Riegel wrote: > > > > > > > > > > > > > Driver for TS-4800 syscon. These registers belong to a FPGA that is > > > > > > > memory mapped and are used for counters, enable various IPs in the FPGA, > > > > > > > control LEDs, control IOs, etc. > > > > > > > > > > > > > > Currently, only the watchdog is handled. > > > > > > > > > > > > Why do you require your own syscon driver? > > > > > > > > > > > > What's wrong with the generic one? > > > > > > > > > > > > > > > > The generic one uses a regmap_config with reg_stride set to 4 and val_bits > > > > > to 32. > > > > > > > > > > TS-4800 syscon registers are 16-bit wide and must be accessed with 16 > > > > > bit read and writes: > > > > > http://wiki.embeddedarm.com/wiki/TS-4800#Syscon > > > > > > > > > > I will address the other issues in the next version (split commit, > > > > > license issue, style, and superfluous remove). > > > > > > > > The Syscon driver was written to be generic so that each > > > > vendor/platform didn't require their own incarnation. How unique is > > > > the TS-4800? > > > > > > > > Perhaps it might be better to supply a generic 16 bit Syscon for > > > > devices akin to the TS-4800? > > > > > > The TS-4800 syscon could use a generic 16-bit syscon. There is nothing > > > specific that requires a driver besides that. > > > > > > We could add some optional properties to the generic syscon node to > > > configure reg_bits, val_bits, and reg_stride (and pad_bits ?). Would > > > that be a good solution ? > > > > Without looking at the ramifications of such an addition, the premise > > sounds good to me. So long as the current behaviour remains the > > default. > > Perhaps a "syscon-16bit" compatible might be in order? > > I think a 'buswidth=<16>;' property in addition to 'compatible="syscon"' is more in line with what other subsystems do. Arnd -- 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 v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Lee Jones <lee.jones@linaro.org> - 2015-11-02 10:20 +0100
Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Damien Riegel <damien.riegel@savoirfairelinux.com> - 2015-11-02 19:20 +0100
Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Lee Jones <lee.jones@linaro.org> - 2015-11-03 09:50 +0100
Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Arnd Bergmann <arnd@arndb.de> - 2015-11-03 09:50 +0100
Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Lee Jones <lee.jones@linaro.org> - 2015-11-03 11:20 +0100
Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Arnd Bergmann <arnd@arndb.de> - 2015-11-03 11:50 +0100
Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Damien Riegel <damien.riegel@savoirfairelinux.com> - 2015-11-03 15:40 +0100
Re: [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon Lee Jones <lee.jones@linaro.org> - 2015-11-03 09:50 +0100
csiph-web