[PATCH 4/5] ARM: shmobile: Add support SOC_BUS to R-Car Gen2
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-02-27 13:44:08
Also in:
linux-sh
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-02-27 13:44:08
Also in:
linux-sh
On Friday 27 February 2015 11:41:04 Geert Uytterhoeven wrote:
quoted
We must not introduce the user interface in one kernel and then change it in the next one, so I'm cautious about taking the pull request in the current form. Once we have agreed on what the contents of the sysfs files should be, I can take the patches, and then we are free to move the implementation later.Currently machine contains e.g. "Koelsch", which is the name of the board, not of the SoC. We can derive the SoC name from soc_id, e.g. 0x47 = "R-Car M2-W".
Yes, I think that would be best. Arnd