Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1388823 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2016-04-27 11:20 +0200 |
| Last post | 2016-04-29 14:10 +0200 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[GIT PULL 1/3] ARM: dts: exynos: Secound round of DTS for v4.7 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-27 11:20 +0200
Re: [GIT PULL 1/3] ARM: dts: exynos: Secound round of DTS for v4.7 Arnd Bergmann <arnd@arndb.de> - 2016-04-28 16:10 +0200
Re: [GIT PULL 1/3] ARM: dts: exynos: Secound round of DTS for v4.7 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-28 21:10 +0200
Re: [GIT PULL 1/3] ARM: dts: exynos: Secound round of DTS for v4.7 Arnd Bergmann <arnd@arndb.de> - 2016-04-28 22:40 +0200
Re: [GIT PULL 1/3] ARM: dts: exynos: Secound round of DTS for v4.7 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-29 14:10 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-04-27 11:20 +0200 |
| Subject | [GIT PULL 1/3] ARM: dts: exynos: Secound round of DTS for v4.7 |
| Message-ID | <rstNw-7b3-7@gated-at.bofh.it> |
Hi,
Few DTS changes, nothing special.
Best regards,
Krzysztof
The following changes since commit 06e520c4f067e7284fded10656acca924123c58e:
ARM: dts: s5p: Fix DTC unit name warnings in SMDKv210 board (2016-04-13 11:14:52 +0200)
are available in the git repository at:
kernel.org:/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.7-2
for you to fetch changes up to 8691f91b5f5b8687515654b065ebca447ba8b13a:
ARM: dts: exynos: Enable PRNG and SSS for all Exynos4 devices (2016-04-27 10:14:12 +0200)
----------------------------------------------------------------
Secound round of Samsung Device Tree updates and improvements for v4.7:
1. Cleanup regulator bindings on Exynos5420 boards.
2. Support MIC bypass in display path for Exynos5420.
3. Enable PRNG and SSS for all Exynos4 devices.
----------------------------------------------------------------
Chanho Park (1):
ARM: dts: exynos: Add exynos5420-fimd compatible
Krzysztof Kozlowski (2):
ARM: dts: exynos: Remove unsupported s2mps11 regulator bindings from Exynos5420 boards
ARM: dts: exynos: Enable PRNG and SSS for all Exynos4 devices
arch/arm/boot/dts/exynos4.dtsi | 2 --
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 ----
arch/arm/boot/dts/exynos4412-trats2.dts | 8 --------
arch/arm/boot/dts/exynos5420-arndale-octa.dts | 7 -------
arch/arm/boot/dts/exynos5420-smdk5420.dts | 7 -------
arch/arm/boot/dts/exynos5420.dtsi | 1 +
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 7 -------
7 files changed, 1 insertion(+), 35 deletions(-)
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-04-28 16:10 +0200 |
| Message-ID | <rsUNI-4t4-7@gated-at.bofh.it> |
| In reply to | #1388823 |
On Wednesday 27 April 2016 11:10:54 Krzysztof Kozlowski wrote: > kernel.org:/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.7-2 > Pulled into next/dt after I figured out that the URL was wrong. Please check your git configuration to make sure you send an address I can pull from. Thanks, Arnd
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-04-28 21:10 +0200 |
| Message-ID | <rsZu2-JY-3@gated-at.bofh.it> |
| In reply to | #1390234 |
On Thu, Apr 28, 2016 at 04:06:54PM +0200, Arnd Bergmann wrote: > On Wednesday 27 April 2016 11:10:54 Krzysztof Kozlowski wrote: > > kernel.org:/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.7-2 > > > > Pulled into next/dt after I figured out that the URL was wrong. > > Please check your git configuration to make sure you send an address > I can pull from. Ah, indeed, sorry for that. I still did not automate entirely this process so apparently I am doing simple mistakes. I'll be more carefull next time. Best regards, Krzysztof
[toc] | [prev] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-04-28 22:40 +0200 |
| Message-ID | <rt0T8-1Qs-7@gated-at.bofh.it> |
| In reply to | #1390467 |
On Thursday 28 April 2016 21:04:28 Krzysztof Kozlowski wrote:
> On Thu, Apr 28, 2016 at 04:06:54PM +0200, Arnd Bergmann wrote:
> > On Wednesday 27 April 2016 11:10:54 Krzysztof Kozlowski wrote:
> > > kernel.org:/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.7-2
> > >
> >
> > Pulled into next/dt after I figured out that the URL was wrong.
> >
> > Please check your git configuration to make sure you send an address
> > I can pull from.
>
> Ah, indeed, sorry for that. I still did not automate entirely this process
> so apparently I am doing simple mistakes. I'll be more carefull next
> time.
Ok. The trick is to have a separate 'url' and 'pushurl' entry in your
git config, like
[remote "origin"]
url = git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
pushurl = git+ssh://gitolite@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
That way, 'git request-pull' will pick the first one, but 'git push' will
use the second.
Arnd
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-04-29 14:10 +0200 |
| Message-ID | <rtfp7-5Kx-11@gated-at.bofh.it> |
| In reply to | #1390495 |
On 04/28/2016 10:37 PM, Arnd Bergmann wrote: > On Thursday 28 April 2016 21:04:28 Krzysztof Kozlowski wrote: >> On Thu, Apr 28, 2016 at 04:06:54PM +0200, Arnd Bergmann wrote: >>> On Wednesday 27 April 2016 11:10:54 Krzysztof Kozlowski wrote: >>>> kernel.org:/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.7-2 >>>> >>> >>> Pulled into next/dt after I figured out that the URL was wrong. >>> >>> Please check your git configuration to make sure you send an address >>> I can pull from. >> >> Ah, indeed, sorry for that. I still did not automate entirely this process >> so apparently I am doing simple mistakes. I'll be more carefull next >> time. > > Ok. The trick is to have a separate 'url' and 'pushurl' entry in your > git config, like > > [remote "origin"] > url = git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > pushurl = git+ssh://gitolite@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > > That way, 'git request-pull' will pick the first one, but 'git push' will > use the second. I was using two remotes but your config is easier. Thanks for hint, Krzysztof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web