* [d-kernel] std-def: поддержка платы Rhodeola (Байкал-М)
@ 2022-06-27 16:49 Alexey Sheplyakov
2022-06-27 21:19 ` Vitaly Chikunov
0 siblings, 1 reply; 5+ messages in thread
From: Alexey Sheplyakov @ 2022-06-27 16:49 UTC (permalink / raw)
To: devel-kernel
The following changes since commit 4cee111e5dd39cdf2e8ec9322c9e8dab869edce5:
2:5.10.123-alt1 (2022-06-16 18:16:21 +0300)
are available in the Git repository at:
git://git.altlinux.org/people/asheplyakov/packages/linux.git e66eec560e7200411bc608badd0f621c8d40fee0
for you to fetch changes up to e66eec560e7200411bc608badd0f621c8d40fee0:
config-aarch64: enabled Baikal-M PCI-e driver (2022-06-22 17:05:55 +0400)
----------------------------------------------------------------
Alexey Sheplyakov (3):
dw-pcie: refuse to load on Baikal-M with recent firmware
pci: PCI-E driver for Baikal-M with SDK-M 5.5 firmware
config-aarch64: enabled Baikal-M PCI-e driver
config-aarch64 | 1 +
drivers/pci/controller/dwc/Kconfig | 12 +
drivers/pci/controller/dwc/Makefile | 1 +
drivers/pci/controller/dwc/pcie-baikal.c | 744 ++++++++++++++++++++++
drivers/pci/controller/dwc/pcie-designware-plat.c | 5 +
5 files changed, 763 insertions(+)
create mode 100644 drivers/pci/controller/dwc/pcie-baikal.c
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] std-def: поддержка платы Rhodeola (Байкал-М)
2022-06-27 16:49 [d-kernel] std-def: поддержка платы Rhodeola (Байкал-М) Alexey Sheplyakov
@ 2022-06-27 21:19 ` Vitaly Chikunov
2022-06-27 21:38 ` Alexey V. Vissarionov
2022-06-28 0:33 ` Vitaly Chikunov
0 siblings, 2 replies; 5+ messages in thread
From: Vitaly Chikunov @ 2022-06-27 21:19 UTC (permalink / raw)
To: ALT Linux kernel packages development
Alexey,
On Mon, Jun 27, 2022 at 08:49:54PM +0400, Alexey Sheplyakov wrote:
> The following changes since commit 4cee111e5dd39cdf2e8ec9322c9e8dab869edce5:
>
> 2:5.10.123-alt1 (2022-06-16 18:16:21 +0300)
>
> are available in the Git repository at:
>
> git://git.altlinux.org/people/asheplyakov/packages/linux.git e66eec560e7200411bc608badd0f621c8d40fee0
Unable to pull nor find this commit in the fetched remote.
(std-def/p10)$ git pull git://git.altlinux.org/people/asheplyakov/packages/linux.git e66eec560e7200411bc608badd0f621c8d40fee0
error: Server does not allow request for unadvertised object e66eec560e7200411bc608badd0f621c8d40fee0
(std-def/p10)$ git remote get-url asheplyakov
https://git.altlinux.org/people/asheplyakov/packages/linux.git
(std-def/p10)$ git fetch asheplyakov
(std-def/p10)$ git log e66eec560e7200411bc608badd0f621c8d40fee0
fatal: bad object e66eec560e7200411bc608badd0f621c8d40fee0
Please verify before sending.
Thanks,
>
> for you to fetch changes up to e66eec560e7200411bc608badd0f621c8d40fee0:
>
> config-aarch64: enabled Baikal-M PCI-e driver (2022-06-22 17:05:55 +0400)
>
> ----------------------------------------------------------------
> Alexey Sheplyakov (3):
> dw-pcie: refuse to load on Baikal-M with recent firmware
> pci: PCI-E driver for Baikal-M with SDK-M 5.5 firmware
> config-aarch64: enabled Baikal-M PCI-e driver
>
> config-aarch64 | 1 +
> drivers/pci/controller/dwc/Kconfig | 12 +
> drivers/pci/controller/dwc/Makefile | 1 +
> drivers/pci/controller/dwc/pcie-baikal.c | 744 ++++++++++++++++++++++
> drivers/pci/controller/dwc/pcie-designware-plat.c | 5 +
> 5 files changed, 763 insertions(+)
> create mode 100644 drivers/pci/controller/dwc/pcie-baikal.c
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] std-def: поддержка платы Rhodeola (Байкал-М)
2022-06-27 21:19 ` Vitaly Chikunov
@ 2022-06-27 21:38 ` Alexey V. Vissarionov
2022-06-28 9:18 ` Alexey Sheplyakov
2022-06-28 0:33 ` Vitaly Chikunov
1 sibling, 1 reply; 5+ messages in thread
From: Alexey V. Vissarionov @ 2022-06-27 21:38 UTC (permalink / raw)
To: ALT Linux kernel packages development
On 2022-06-28 00:19:47 +0300, Vitaly Chikunov wrote:
>> git://git.altlinux.org/people/asheplyakov/packages/linux.git
>> e66eec560e7200411bc608badd0f621c8d40fee0
> error: Server does not allow request for unadvertised object
> e66eec560e7200411bc608badd0f621c8d40fee0
2 AS: most likely `git tag -s` would help.
--
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] std-def: поддержка платы Rhodeola (Байкал-М)
2022-06-27 21:19 ` Vitaly Chikunov
2022-06-27 21:38 ` Alexey V. Vissarionov
@ 2022-06-28 0:33 ` Vitaly Chikunov
1 sibling, 0 replies; 5+ messages in thread
From: Vitaly Chikunov @ 2022-06-28 0:33 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tue, Jun 28, 2022 at 12:19:47AM +0300, Vitaly Chikunov wrote:
> Alexey,
>
> On Mon, Jun 27, 2022 at 08:49:54PM +0400, Alexey Sheplyakov wrote:
> > The following changes since commit 4cee111e5dd39cdf2e8ec9322c9e8dab869edce5:
> >
> > 2:5.10.123-alt1 (2022-06-16 18:16:21 +0300)
> >
> > are available in the Git repository at:
> >
> > git://git.altlinux.org/people/asheplyakov/packages/linux.git e66eec560e7200411bc608badd0f621c8d40fee0
>
> Unable to pull nor find this commit in the fetched remote.
>
> (std-def/p10)$ git pull git://git.altlinux.org/people/asheplyakov/packages/linux.git e66eec560e7200411bc608badd0f621c8d40fee0
> error: Server does not allow request for unadvertised object e66eec560e7200411bc608badd0f621c8d40fee0
>
> (std-def/p10)$ git remote get-url asheplyakov
> https://git.altlinux.org/people/asheplyakov/packages/linux.git
> (std-def/p10)$ git fetch asheplyakov
> (std-def/p10)$ git log e66eec560e7200411bc608badd0f621c8d40fee0
> fatal: bad object e66eec560e7200411bc608badd0f621c8d40fee0
>
> Please verify before sending.
I noticed on the web link
https://git.altlinux.org/people/asheplyakov/packages/linux.git?p=linux.git;a=commit;h=e66eec560e7200411bc608badd0f621c8d40fee0
that there is deltacomputers-rhodeola-support tag and able to pull it
with (in case you want to reproduce):
git pull git://git.altlinux.org/people/asheplyakov/packages/linux.git deltacomputers-rhodeola-support
Pulled, thanks.
Curiously, this didn't fetched from remote with git fetch.
>
> Thanks,
>
> >
> > for you to fetch changes up to e66eec560e7200411bc608badd0f621c8d40fee0:
> >
> > config-aarch64: enabled Baikal-M PCI-e driver (2022-06-22 17:05:55 +0400)
> >
> > ----------------------------------------------------------------
> > Alexey Sheplyakov (3):
> > dw-pcie: refuse to load on Baikal-M with recent firmware
> > pci: PCI-E driver for Baikal-M with SDK-M 5.5 firmware
> > config-aarch64: enabled Baikal-M PCI-e driver
> >
> > config-aarch64 | 1 +
> > drivers/pci/controller/dwc/Kconfig | 12 +
> > drivers/pci/controller/dwc/Makefile | 1 +
> > drivers/pci/controller/dwc/pcie-baikal.c | 744 ++++++++++++++++++++++
> > drivers/pci/controller/dwc/pcie-designware-plat.c | 5 +
> > 5 files changed, 763 insertions(+)
> > create mode 100644 drivers/pci/controller/dwc/pcie-baikal.c
> > _______________________________________________
> > devel-kernel mailing list
> > devel-kernel@lists.altlinux.org
> > https://lists.altlinux.org/mailman/listinfo/devel-kernel
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] std-def: поддержка платы Rhodeola (Байкал-М)
2022-06-27 21:38 ` Alexey V. Vissarionov
@ 2022-06-28 9:18 ` Alexey Sheplyakov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Sheplyakov @ 2022-06-28 9:18 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tue, Jun 28, 2022 at 12:38:21AM +0300, Alexey V. Vissarionov wrote:
> On 2022-06-28 00:19:47 +0300, Vitaly Chikunov wrote:
>
> >> git://git.altlinux.org/people/asheplyakov/packages/linux.git
> >> e66eec560e7200411bc608badd0f621c8d40fee0
> > error: Server does not allow request for unadvertised object
> > e66eec560e7200411bc608badd0f621c8d40fee0
>
> 2 AS: most likely `git tag -s` would help.
Nope. I've tagged the commit in question and pushed the tag **before**
running git request-pull:
https://git.altlinux.org/people/asheplyakov/packages/linux.git?p=linux.git;a=tag;h=refs/tags/deltacomputers-rhodeola-support
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-28 9:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27 16:49 [d-kernel] std-def: поддержка платы Rhodeola (Байкал-М) Alexey Sheplyakov
2022-06-27 21:19 ` Vitaly Chikunov
2022-06-27 21:38 ` Alexey V. Vissarionov
2022-06-28 9:18 ` Alexey Sheplyakov
2022-06-28 0:33 ` Vitaly Chikunov
ALT Linux kernel packages development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
public-inbox-index devel-kernel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git