Message ID | 20210101132432.2785663-1-bert@biot.com |
---|---|
Headers | show |
Series | spi: Add support for Realtek RTL838x/RTL839x SoC SPI | expand |
On Fri, Jan 01, 2021 at 02:24:31PM +0100, Bert Vermeulen wrote: > + compatible: > + const: realtek,rtl-spi This is still just using rtl-spi as the compatible string, please address the feedback on the previous version. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
On 1/4/21 10:31 PM, Mark Brown wrote: > On Fri, Jan 01, 2021 at 02:24:31PM +0100, Bert Vermeulen wrote: > >> + compatible: >> + const: realtek,rtl-spi > > This is still just using rtl-spi as the compatible string, please > address the feedback on the previous version. Mark, The rtl prefix really is as close as it gets. This is being developed on RTL838x and RTL839x, but the driver very likely also works on RTL8196C and RTL93xx series. There's no difference to the SPI block in those SoCs. Do you really want a different per-series compatible when the "IP block" was just copy-pasted between series in hardware? -- Bert Vermeulen bert@biot.com
On Tue, Jan 05, 2021 at 09:43:59AM +0100, Bert Vermeulen wrote: > On 1/4/21 10:31 PM, Mark Brown wrote: > > This is still just using rtl-spi as the compatible string, please > > address the feedback on the previous version. > The rtl prefix really is as close as it gets. This is being developed on > RTL838x and RTL839x, but the driver very likely also works on RTL8196C and > RTL93xx series. There's no difference to the SPI block in those SoCs. > Do you really want a different per-series compatible when the "IP block" was > just copy-pasted between series in hardware? Yes.