|
[PATCH 4.19.y-cip 12/26] PCI: cadence: Remove pci_epf_linkup() from Cadence EP driver
From: Kishon Vijay Abraham I <kishon@...>
commit c274c9f4ea758bd6667a363f275e45275f2b5672 upstream.
pci_epf_linkup() is intended to be invoked if the EPC supports linkup
notification. Now that
From: Kishon Vijay Abraham I <kishon@...>
commit c274c9f4ea758bd6667a363f275e45275f2b5672 upstream.
pci_epf_linkup() is intended to be invoked if the EPC supports linkup
notification. Now that
|
By
Lad Prabhakar
·
#5609
·
|
|
[PATCH 4.19.y-cip 11/26] PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features
From: Kishon Vijay Abraham I <kishon@...>
commit 2c04c5b8eef797dca99699cfb55ff42dd3c12c23 upstream.
Use pci_epc_get_features() to get EPC features such as linkup
notifier support, MSI/MSIX
From: Kishon Vijay Abraham I <kishon@...>
commit 2c04c5b8eef797dca99699cfb55ff42dd3c12c23 upstream.
Use pci_epc_get_features() to get EPC features such as linkup
notifier support, MSI/MSIX
|
By
Lad Prabhakar
·
#5608
·
|
|
[PATCH 4.19.y-cip 10/26] PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
From: Kishon Vijay Abraham I <kishon@...>
commit b866c56b66d88a632e2fa6b922c4ea051937acbd upstream.
It's useless to allocate memory for next BAR if the current BAR is a
64Bit BAR. Stop allocating
From: Kishon Vijay Abraham I <kishon@...>
commit b866c56b66d88a632e2fa6b922c4ea051937acbd upstream.
It's useless to allocate memory for next BAR if the current BAR is a
64Bit BAR. Stop allocating
|
By
Lad Prabhakar
·
#5607
·
|
|
[PATCH 4.19.y-cip 09/26] PCI: pci-epf-test: Remove setting epf_bar flags in function driver
From: Kishon Vijay Abraham I <kishon@...>
commit 0342e9a797db42a7d4d083d10b5d3f38b0cfc193 upstream.
Now that pci_epf_alloc_space() sets BAR MEM TYPE flags as 64Bit or
32Bit based on size, remove
From: Kishon Vijay Abraham I <kishon@...>
commit 0342e9a797db42a7d4d083d10b5d3f38b0cfc193 upstream.
Now that pci_epf_alloc_space() sets BAR MEM TYPE flags as 64Bit or
32Bit based on size, remove
|
By
Lad Prabhakar
·
#5606
·
|
|
[PATCH 4.19.y-cip 08/26] PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags
From: Kishon Vijay Abraham I <kishon@...>
commit 5544d67ed11245ccb64099deb32831308297bf6b upstream.
pci_epf_alloc_space() sets the MEM TYPE flags to indicate a 32-bit
Base Address Register
From: Kishon Vijay Abraham I <kishon@...>
commit 5544d67ed11245ccb64099deb32831308297bf6b upstream.
pci_epf_alloc_space() sets the MEM TYPE flags to indicate a 32-bit
Base Address Register
|
By
Lad Prabhakar
·
#5605
·
|
|
[PATCH 4.19.y-cip 07/26] PCI: endpoint: Add helper to get first unreserved BAR
From: Kishon Vijay Abraham I <kishon@...>
commit 1e9efe6c9976552e88c6e6feaca3a78b8cf5aaf6 upstream.
Add a helper function pci_epc_get_first_free_bar() to get the first
unreserved BAR that can be
From: Kishon Vijay Abraham I <kishon@...>
commit 1e9efe6c9976552e88c6e6feaca3a78b8cf5aaf6 upstream.
Add a helper function pci_epc_get_first_free_bar() to get the first
unreserved BAR that can be
|
By
Lad Prabhakar
·
#5604
·
|
|
[PATCH 4.19.y-cip 06/26] PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops
From: Kishon Vijay Abraham I <kishon@...>
commit 67c777e6015d857a5e9662c68281d83d946d9b70 upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by Cadence PCIe
From: Kishon Vijay Abraham I <kishon@...>
commit 67c777e6015d857a5e9662c68281d83d946d9b70 upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by Cadence PCIe
|
By
Lad Prabhakar
·
#5603
·
|
|
[PATCH 4.19.y-cip 05/26] PCI: rockchip: Populate ->get_features() dw_pcie_ep_ops
From: Kishon Vijay Abraham I <kishon@...>
commit 146221768c74bbd969f968b61ec95a0254a6b311 upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by Rockchip PCIe
From: Kishon Vijay Abraham I <kishon@...>
commit 146221768c74bbd969f968b61ec95a0254a6b311 upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by Rockchip PCIe
|
By
Lad Prabhakar
·
#5602
·
|
|
[PATCH 4.19.y-cip 04/26] PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_ops
From: Kishon Vijay Abraham I <kishon@...>
commit 4894467e78619232a79e39c2f26ae8378c4500ed upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by DRA7xx PCIe
From: Kishon Vijay Abraham I <kishon@...>
commit 4894467e78619232a79e39c2f26ae8378c4500ed upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by DRA7xx PCIe
|
By
Lad Prabhakar
·
#5601
·
|
|
[PATCH 4.19.y-cip 03/26] PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
From: Kishon Vijay Abraham I <kishon@...>
commit 3b4322e589a630fe35944ced5852655fcc4a5d24 upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by Designware
From: Kishon Vijay Abraham I <kishon@...>
commit 3b4322e589a630fe35944ced5852655fcc4a5d24 upstream.
Populate ->get_features() dw_pcie_ep_ops to return the EPC features
supported by Designware
|
By
Lad Prabhakar
·
#5600
·
|
|
[PATCH 4.19.y-cip 02/26] PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops
From: Kishon Vijay Abraham I <kishon@...>
commit fee35cb76a54c87985410ea6aa12002e5d38b367 upstream.
Each platform using Designware PCIe core can support different set of
endpoint features. Add a
From: Kishon Vijay Abraham I <kishon@...>
commit fee35cb76a54c87985410ea6aa12002e5d38b367 upstream.
Each platform using Designware PCIe core can support different set of
endpoint features. Add a
|
By
Lad Prabhakar
·
#5599
·
|
|
[PATCH 4.19.y-cip 01/26] PCI: endpoint: Add new pci_epc_ops to get EPC features
From: Kishon Vijay Abraham I <kishon@...>
commit 41cb8d189c9d4964df52a6f497cab7b301ae831b upstream.
Add a new pci_epc_ops ->get_features() to get the features
supported by the EPC. Since EPC can
From: Kishon Vijay Abraham I <kishon@...>
commit 41cb8d189c9d4964df52a6f497cab7b301ae831b upstream.
Add a new pci_epc_ops ->get_features() to get the features
supported by the EPC. Since EPC can
|
By
Lad Prabhakar
·
#5598
·
|
|
[PATCH 4.19.y-cip 00/26] Fixes and extension to PCIe EPF
Hi All,
This patch series is part of RFC series [1] ("Add PCIe EP support for
Renesas R-Car Gen3 and RZ/G2x"). For making it more cleaner and easier
to review series [1] is split up as suggested by
Hi All,
This patch series is part of RFC series [1] ("Add PCIe EP support for
Renesas R-Car Gen3 and RZ/G2x"). For making it more cleaner and easier
to review series [1] is split up as suggested by
|
By
Lad Prabhakar
·
#5597
·
|
|
Re: If you are using PCIe EP, speak up was Re: [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
Hi Pavel,
By
Lad Prabhakar
·
#5596
·
|
|
Re: Camera CSI support for IMX
Hello Jan,
We have used Yocto Framework provided by NXP from the following link.Refer to the Document L4.19.35_1.1.0_LINUX_DOCS in the above mentioned link.
The DT-bindings and the IMX Camera capture
Hello Jan,
We have used Yocto Framework provided by NXP from the following link.Refer to the Document L4.19.35_1.1.0_LINUX_DOCS in the above mentioned link.
The DT-bindings and the IMX Camera capture
|
By
Rajashree Sankar <rajashree.sankar@...>
·
#5595
·
|
|
Re: If you are using PCIe EP, speak up was Re: [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
Hi!
I guess I'd like non-RFC version of patches 1-22 in a series. I
believe it makes sense to add 30, 32, 49, 50 to them, as they are
simple and fix a bug.
Would that work for you?
Best
Hi!
I guess I'd like non-RFC version of patches 1-22 in a series. I
believe it makes sense to add 30, 32, 49, 50 to them, as they are
simple and fix a bug.
Would that work for you?
Best
|
By
Pavel Machek
·
#5594
·
|
|
Re: If you are using PCIe EP, speak up was Re: [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
Hi!
No need to retransmit just now. This version is good enough for
review, let me take a closer look and submit some comments.
Best regards,
Pavel
--
DENX Software Engineering GmbH,
Hi!
No need to retransmit just now. This version is good enough for
review, let me take a closer look and submit some comments.
Best regards,
Pavel
--
DENX Software Engineering GmbH,
|
By
Pavel Machek
·
#5593
·
|
|
Re: Camera CSI support for IMX
Hi Rajashree,
You may find the details of CIP kernel maintenance policies here [1] and here [2]
[1]
Hi Rajashree,
You may find the details of CIP kernel maintenance policies here [1] and here [2]
[1]
|
By
SZ Lin (林上智) <sz.lin@...>
·
#5592
·
|
|
Re: If you are using PCIe EP, speak up was Re: [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
Hi Pavel,
By
Lad Prabhakar
·
#5591
·
|
|
[cip-kerenl-config] 4.19.y-cip/x86/cip_qemu_defconfig: Enable NF_TABLES_SET
From: venkata pyla <venkata.pyla@...>
Add NF_TABLES_SET config to support nftables set infrastructure
which is expecting in fail2ban package to work
Signed-off-by: venkata pyla
From: venkata pyla <venkata.pyla@...>
Add NF_TABLES_SET config to support nftables set infrastructure
which is expecting in fail2ban package to work
Signed-off-by: venkata pyla
|
By
Venkata Pyla
·
#5590
·
|