From: Mike Turquette <mturquette@linaro.org>
To: Tomasz Figa <tomasz.figa@gmail.com>,
linux-arm-kernel@lists.infradead.org
Cc: Tomasz Figa <t.figa@samsung.com>,
linux-samsung-soc@vger.kernel.org,
Kukjin Kim <kgene.kim@samsung.com>
Subject: Re: [GIT PULL] Samsung Clock changes for v3.14
Date: Wed, 08 Jan 2014 14:59:43 -0800 [thread overview]
Message-ID: <20140108225943.6098.47795@quantum> (raw)
In-Reply-To: <2008892.PW38q65uR0@flatron>
Quoting Tomasz Figa (2014-01-08 14:43:24)
> On Wednesday 08 of January 2014 14:07:49 Mike Turquette wrote:
> > Quoting Tomasz Figa (2014-01-08 11:13:38)
> > > Hi Mike,
> > >
> > > Please consider pulling following Samsung Clock changes for v3.14.
> > >
> > > The following changes since commit 2bb00c68e094271b79deac993893461cc051b721:
> >
> > Hi Tomasz,
> >
> > Commit 2bb00c68 is the tip of the Samsung clk fixes that I'm about to
> > send out. Can you rebase this request onto the tip of clk-next?
>
> I guess I can do it, but wouldn't this introduce merge conflicts, since
> some of the fixes are changing the same parts of the code?
Yes it will cause conflicts, but that is sometimes OK.
>
> I based my samsung-next branch on top of your clk-next with my fixes
> branch merged, since that's what will end up in Linus' tree anyway. Was it
> not the right thing to do?
Well maybe I am missing something, but I think it is not the best thing.
The problem is that those patches will sort of be merged twice. Again
maybe I am missing something. The same commit IDs will be used so
perhaps it is OK...
Part of this trouble is caused by the simple way that I fork clk-next
from v3.xx-rc1. Since I never rebase that branch to a more recent -rc
then there is a delta between the fixes that go in the queue of patches
for the next merge window.
I guess one way that other subsystems handle this is by having something
like clk-next-late which is a new branch based on a later -rc.
How awful is the merge conflict resolution?
Regards,
Mike
>
> Best regards,
> Tomasz
>
> >
> > Thanks!
> > Mike
> >
> > >
> > > Merge branch 'samsung-fixes' into samsung-next-base (2013-12-30 18:15:23 +0100)
> > >
> > > are available in the git repository at:
> > >
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.14/samsung-clk
> > >
> > > for you to fetch changes up to 59d711e9ddd2f68822a2a99fc939e11a9288b73e:
> > >
> > > ARM: dts: exynos5420: add input clocks to audss clock controller (2014-01-08 18:02:43 +0100)
> > >
> > > ----------------------------------------------------------------
> > > (A bit late) first round of Samsung clock patches for v3.14.
> > >
> > > ----------------------------------------------------------------
> > > Andrew Bresticker (7):
> > > clk: exynos5250: register APLL rate table
> > > clk: exynos-audss: convert to platform device
> > > clk: exynos-audss: allow input clocks to be specified in device tree
> > > clk: exynos5250: add clock ID for div_pcm0
> > > ARM: dts: exynos5250: add input clocks to audss clock controller
> > > clk: exynos-audss: add support for Exynos 5420
> > > ARM: dts: exynos5420: add input clocks to audss clock controller
> > >
> > > Andrzej Hajda (8):
> > > ARM: exynos4: create a DT header defining CLK IDs
> > > clk: exynos4: replace clock ID private enums with IDs from DT header
> > > ARM: exynos5250: create a DT header defining CLK IDs
> > > clk: exynos5250: replace clock ID private enums with IDs from DT header
> > > ARM: exynos5420: create a DT header defining CLK IDs
> > > clk: exynos5420: replace clock ID private enums with IDs from DT header
> > > ARM: exynos5440: create a DT header defining CLK IDs
> > > clk: exynos5440: replace clock ID private enums with IDs from DT header
> > >
> > > Sachin Kamat (1):
> > > clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
> > >
> > > Tomasz Figa (7):
> > > clk: samsung: exynos5250: Sort definitions by registers and bitfield
> > > clk: samsung: exynos5250: Make names of mux and div clocks consistent
> > > clk: samsung: exynos5250: Fix parents of gate clocks from GSCL domain
> > > clk: samsung: exynos5250: Fix parent of gate clocks from DISP1 domain
> > > clk: samsung: exynos5250: Add missing unpopulated mux parents
> > > clk: samsung: exynos5250: Correct parent list of audio muxes
> > > clk: samsung: exynos5250: Fix parents of gate clocks from MFC domain
> > >
> > > .../devicetree/bindings/clock/clk-exynos-audss.txt | 39 +-
> > > .../devicetree/bindings/clock/exynos5250-clock.txt | 1 +
> > > arch/arm/boot/dts/exynos5250.dtsi | 2 +
> > > arch/arm/boot/dts/exynos5420.dtsi | 4 +-
> > > drivers/clk/samsung/clk-exynos-audss.c | 159 +++-
> > > drivers/clk/samsung/clk-exynos4.c | 857 ++++++++++-----------
> > > drivers/clk/samsung/clk-exynos5250.c | 699 ++++++++++-------
> > > drivers/clk/samsung/clk-exynos5420.c | 648 ++++++++--------
> > > drivers/clk/samsung/clk-exynos5440.c | 81 +-
> > > include/dt-bindings/clk/exynos-audss-clk.h | 3 +-
> > > include/dt-bindings/clock/exynos4.h | 244 ++++++
> > > include/dt-bindings/clock/exynos5250.h | 160 ++++
> > > include/dt-bindings/clock/exynos5420.h | 188 +++++
> > > include/dt-bindings/clock/exynos5440.h | 42 +
> > > 14 files changed, 1957 insertions(+), 1170 deletions(-)
> > > create mode 100644 include/dt-bindings/clock/exynos4.h
> > > create mode 100644 include/dt-bindings/clock/exynos5250.h
> > > create mode 100644 include/dt-bindings/clock/exynos5420.h
> > > create mode 100644 include/dt-bindings/clock/exynos5440.h
> > >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung Clock changes for v3.14
Date: Wed, 08 Jan 2014 14:59:43 -0800 [thread overview]
Message-ID: <20140108225943.6098.47795@quantum> (raw)
In-Reply-To: <2008892.PW38q65uR0@flatron>
Quoting Tomasz Figa (2014-01-08 14:43:24)
> On Wednesday 08 of January 2014 14:07:49 Mike Turquette wrote:
> > Quoting Tomasz Figa (2014-01-08 11:13:38)
> > > Hi Mike,
> > >
> > > Please consider pulling following Samsung Clock changes for v3.14.
> > >
> > > The following changes since commit 2bb00c68e094271b79deac993893461cc051b721:
> >
> > Hi Tomasz,
> >
> > Commit 2bb00c68 is the tip of the Samsung clk fixes that I'm about to
> > send out. Can you rebase this request onto the tip of clk-next?
>
> I guess I can do it, but wouldn't this introduce merge conflicts, since
> some of the fixes are changing the same parts of the code?
Yes it will cause conflicts, but that is sometimes OK.
>
> I based my samsung-next branch on top of your clk-next with my fixes
> branch merged, since that's what will end up in Linus' tree anyway. Was it
> not the right thing to do?
Well maybe I am missing something, but I think it is not the best thing.
The problem is that those patches will sort of be merged twice. Again
maybe I am missing something. The same commit IDs will be used so
perhaps it is OK...
Part of this trouble is caused by the simple way that I fork clk-next
from v3.xx-rc1. Since I never rebase that branch to a more recent -rc
then there is a delta between the fixes that go in the queue of patches
for the next merge window.
I guess one way that other subsystems handle this is by having something
like clk-next-late which is a new branch based on a later -rc.
How awful is the merge conflict resolution?
Regards,
Mike
>
> Best regards,
> Tomasz
>
> >
> > Thanks!
> > Mike
> >
> > >
> > > Merge branch 'samsung-fixes' into samsung-next-base (2013-12-30 18:15:23 +0100)
> > >
> > > are available in the git repository at:
> > >
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.14/samsung-clk
> > >
> > > for you to fetch changes up to 59d711e9ddd2f68822a2a99fc939e11a9288b73e:
> > >
> > > ARM: dts: exynos5420: add input clocks to audss clock controller (2014-01-08 18:02:43 +0100)
> > >
> > > ----------------------------------------------------------------
> > > (A bit late) first round of Samsung clock patches for v3.14.
> > >
> > > ----------------------------------------------------------------
> > > Andrew Bresticker (7):
> > > clk: exynos5250: register APLL rate table
> > > clk: exynos-audss: convert to platform device
> > > clk: exynos-audss: allow input clocks to be specified in device tree
> > > clk: exynos5250: add clock ID for div_pcm0
> > > ARM: dts: exynos5250: add input clocks to audss clock controller
> > > clk: exynos-audss: add support for Exynos 5420
> > > ARM: dts: exynos5420: add input clocks to audss clock controller
> > >
> > > Andrzej Hajda (8):
> > > ARM: exynos4: create a DT header defining CLK IDs
> > > clk: exynos4: replace clock ID private enums with IDs from DT header
> > > ARM: exynos5250: create a DT header defining CLK IDs
> > > clk: exynos5250: replace clock ID private enums with IDs from DT header
> > > ARM: exynos5420: create a DT header defining CLK IDs
> > > clk: exynos5420: replace clock ID private enums with IDs from DT header
> > > ARM: exynos5440: create a DT header defining CLK IDs
> > > clk: exynos5440: replace clock ID private enums with IDs from DT header
> > >
> > > Sachin Kamat (1):
> > > clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
> > >
> > > Tomasz Figa (7):
> > > clk: samsung: exynos5250: Sort definitions by registers and bitfield
> > > clk: samsung: exynos5250: Make names of mux and div clocks consistent
> > > clk: samsung: exynos5250: Fix parents of gate clocks from GSCL domain
> > > clk: samsung: exynos5250: Fix parent of gate clocks from DISP1 domain
> > > clk: samsung: exynos5250: Add missing unpopulated mux parents
> > > clk: samsung: exynos5250: Correct parent list of audio muxes
> > > clk: samsung: exynos5250: Fix parents of gate clocks from MFC domain
> > >
> > > .../devicetree/bindings/clock/clk-exynos-audss.txt | 39 +-
> > > .../devicetree/bindings/clock/exynos5250-clock.txt | 1 +
> > > arch/arm/boot/dts/exynos5250.dtsi | 2 +
> > > arch/arm/boot/dts/exynos5420.dtsi | 4 +-
> > > drivers/clk/samsung/clk-exynos-audss.c | 159 +++-
> > > drivers/clk/samsung/clk-exynos4.c | 857 ++++++++++-----------
> > > drivers/clk/samsung/clk-exynos5250.c | 699 ++++++++++-------
> > > drivers/clk/samsung/clk-exynos5420.c | 648 ++++++++--------
> > > drivers/clk/samsung/clk-exynos5440.c | 81 +-
> > > include/dt-bindings/clk/exynos-audss-clk.h | 3 +-
> > > include/dt-bindings/clock/exynos4.h | 244 ++++++
> > > include/dt-bindings/clock/exynos5250.h | 160 ++++
> > > include/dt-bindings/clock/exynos5420.h | 188 +++++
> > > include/dt-bindings/clock/exynos5440.h | 42 +
> > > 14 files changed, 1957 insertions(+), 1170 deletions(-)
> > > create mode 100644 include/dt-bindings/clock/exynos4.h
> > > create mode 100644 include/dt-bindings/clock/exynos5250.h
> > > create mode 100644 include/dt-bindings/clock/exynos5420.h
> > > create mode 100644 include/dt-bindings/clock/exynos5440.h
> > >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
next prev parent reply other threads:[~2014-01-08 22:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 19:13 [GIT PULL] Samsung Clock changes for v3.14 Tomasz Figa
2014-01-08 19:13 ` Tomasz Figa
2014-01-08 22:07 ` Mike Turquette
2014-01-08 22:07 ` Mike Turquette
2014-01-08 22:43 ` Tomasz Figa
2014-01-08 22:43 ` Tomasz Figa
2014-01-08 22:59 ` Mike Turquette [this message]
2014-01-08 22:59 ` Mike Turquette
2014-01-09 0:49 ` Mike Turquette
2014-01-09 0:49 ` Mike Turquette
2014-01-09 19:08 ` Tomasz Figa
2014-01-09 19:08 ` Tomasz Figa
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=20140108225943.6098.47795@quantum \
--to=mturquette@linaro.org \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=t.figa@samsung.com \
--cc=tomasz.figa@gmail.com \
/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.