From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hesselbarth Date: Wed, 12 Jun 2013 21:33:37 +0200 Subject: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver In-Reply-To: References: <1369593423-19763-1-git-send-email-t-uboot@infra-silbe.de> <1369593423-19763-6-git-send-email-t-uboot@infra-silbe.de> <51B8C4BA.2020708@gmail.com> <51B8CB4B.8020704@gmail.com> Message-ID: <51B8CD11.2080702@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/12/2013 09:30 PM, Jagan Teki wrote: > On Thu, Jun 13, 2013 at 12:56 AM, Sebastian Hesselbarth > wrote: >> Is any of you even listening? Please do _not_ name it after Dove! It is >> compatible with _at least_ Kirkwood, Orion5x and MV78x00. Now is the >> chance to have a common name or you will end up with either non-sense >> naming or four copies of that very driver. >> >> Originally, it was named after the Linux group of SoCs compatible with >> Dove (orion-spi), IIRC Prafulla suggested mv-spi. > > Common to use means orion_spi instead of Dove? Either orion_spi as it was named originally, or mv_spi as Prafulla suggested. Then move mpp (pinctrl) from kirkwood_spi to corresponding boards, switch to orion_/mv_spi, and remove kirkwood_spi. I suggest orion_spi, but Prafulla had his word so it should be mv_spi I guess. Sebastian