On 1/22/08, Grant Likely <[EMAIL PROTECTED]> wrote: > On 1/22/08, Jon Smirl <[EMAIL PROTECTED]> wrote: > > On 1/22/08, Stephen Rothwell <[EMAIL PROTECTED]> wrote: > > > Adding -M or -C to the "git diff" should identify renames and > > > makes this sort of patch much easier to review. > > > > I use stgit, I'll ask them how to generate rename patches. The actual > > git diff is buried inside stgit somewhere. > > From the "stg mail --help" output: > > -O DIFF_OPTS, --diff-opts=DIFF_OPTS > options to pass to git-diff
I found that one, there doesn't appear to be a way to set it permanently via the config file. I asked them to add the option. Here's the patch with -M set, I'll make sure and set it on the final version. These patches apply on top of Jean's patch adding module loading to i2c, which apply on top of his 2.6.25 tree. Rename i2c-mpc to i2c-mpc-drv in preparation for breaking out common code. Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> --- drivers/i2c/busses/Makefile | 2 drivers/i2c/busses/i2c-mpc-drv.c | 421 ++++++++++++++++++++++++++++++++++++++ drivers/i2c/busses/i2c-mpc.c | 421 -------------------------------------- 3 files changed, 423 insertions(+), 421 deletions(-) create mode 100644 drivers/i2c/busses/i2c-mpc-drv.c delete mode 100644 drivers/i2c/busses/i2c-mpc.c diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index ea7068f..171800d 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -2,6 +2,8 @@ # Makefile for the i2c bus drivers. # +i2c-mpc-objs := i2c-mpc-drv.o + obj-$(CONFIG_I2C_ALI1535) += i2c-ali1535.o obj-$(CONFIG_I2C_ALI1563) += i2c-ali1563.o obj-$(CONFIG_I2C_ALI15X3) += i2c-ali15x3.o diff --git a/drivers/i2c/busses/i2c-mpc.c b/drivers/i2c/busses/i2c-mpc-drv.c similarity index 100% rename from drivers/i2c/busses/i2c-mpc.c rename to drivers/i2c/busses/i2c-mpc-drv.c -- Jon Smirl [EMAIL PROTECTED] _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev