All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: joel@jms.id.au
Cc: broonie@kernel.org, jk@ozlabs.org, alistair@popple.id.au,
	linux-kernel@vger.kernel.org, linux-fsi@lists.ozlabs.org,
	eajames@linux.ibm.com
Subject: [PATCH 3/5] drivers: fsi: Rename sbefifo and occ sources
Date: Fri, 14 Oct 2022 17:05:38 -0500	[thread overview]
Message-ID: <20221014220540.55570-4-eajames@linux.ibm.com> (raw)
In-Reply-To: <20221014220540.55570-1-eajames@linux.ibm.com>

In preparation for some refactoring and adding multiple underlying
bus support for the SBEFIFO, rename the sources.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 drivers/fsi/Makefile                     | 4 ++--
 drivers/fsi/{fsi-occ.c => occ.c}         | 0
 drivers/fsi/{fsi-sbefifo.c => sbefifo.c} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename drivers/fsi/{fsi-occ.c => occ.c} (100%)
 rename drivers/fsi/{fsi-sbefifo.c => sbefifo.c} (100%)

diff --git a/drivers/fsi/Makefile b/drivers/fsi/Makefile
index da218a1ad8e1..7fcd70ee0b10 100644
--- a/drivers/fsi/Makefile
+++ b/drivers/fsi/Makefile
@@ -6,5 +6,5 @@ obj-$(CONFIG_FSI_MASTER_ASPEED) += fsi-master-aspeed.o
 obj-$(CONFIG_FSI_MASTER_GPIO) += fsi-master-gpio.o
 obj-$(CONFIG_FSI_MASTER_AST_CF) += fsi-master-ast-cf.o
 obj-$(CONFIG_FSI_SCOM) += fsi-scom.o
-obj-$(CONFIG_FSI_SBEFIFO) += fsi-sbefifo.o
-obj-$(CONFIG_FSI_OCC) += fsi-occ.o
+obj-$(CONFIG_FSI_SBEFIFO) += sbefifo.o
+obj-$(CONFIG_FSI_OCC) += occ.o
diff --git a/drivers/fsi/fsi-occ.c b/drivers/fsi/occ.c
similarity index 100%
rename from drivers/fsi/fsi-occ.c
rename to drivers/fsi/occ.c
diff --git a/drivers/fsi/fsi-sbefifo.c b/drivers/fsi/sbefifo.c
similarity index 100%
rename from drivers/fsi/fsi-sbefifo.c
rename to drivers/fsi/sbefifo.c
-- 
2.31.1


  parent reply	other threads:[~2022-10-14 22:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14 22:05 [PATCH 0/5] fsi: Add regmap and refactor sbefifo Eddie James
2022-10-14 22:05 ` [PATCH 1/5] regmap: Add FSI bus support Eddie James
2022-10-14 22:05 ` [PATCH 2/5] regmap: Add IBM I2CR support Eddie James
2022-10-14 22:05 ` Eddie James [this message]
2022-10-14 22:05 ` [PATCH 4/5] drivers: fsi: separate char device code for occ and sbefifo Eddie James
2022-10-17 20:53   ` kernel test robot
2022-10-14 22:05 ` [PATCH 5/5] drivers: fsi: occ and sbefifo refactor Eddie James
2022-10-17 22:34   ` kernel test robot
2022-10-17 23:35   ` kernel test robot
2022-10-18 13:14   ` kernel test robot
2022-10-17 17:37 ` [PATCH 0/5] fsi: Add regmap and refactor sbefifo Mark Brown
2022-10-18 14:02   ` Eddie James
2022-10-18 18:00     ` Mark Brown
2022-10-18 22:03       ` Andrew Jeffery
2022-10-19 18:59       ` Eddie James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221014220540.55570-4-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=alistair@popple.id.au \
    --cc=broonie@kernel.org \
    --cc=jk@ozlabs.org \
    --cc=joel@jms.id.au \
    --cc=linux-fsi@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.