Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
altarch-kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mark Verlinde
altarch-kernel
Commits
16ff61e6
Commit
16ff61e6
authored
3 years ago
by
Pablo Greco
Browse files
Options
Downloads
Patches
Plain Diff
Update to 5.10.38
parent
7d3c439f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.kernel.metadata
+1
-1
1 addition, 1 deletion
.kernel.metadata
SOURCES/linux-5.10-lx2160a-network.patch
+15
-15
15 additions, 15 deletions
SOURCES/linux-5.10-lx2160a-network.patch
SPECS/kernel.spec
+4
-1
4 additions, 1 deletion
SPECS/kernel.spec
with
20 additions
and
17 deletions
.kernel.metadata
+
1
−
1
View file @
16ff61e6
d1113deb77327ff8526613fce852277935d70100 SOURCES/linux-5.10.tar.xz
d33f1a6672f510640120a30539aef97ca5d2cd42
SOURCES/patch-5.10.3
3
.xz
87533884b483d811f3ccc70b25f18a7893c79060
SOURCES/patch-5.10.3
8
.xz
This diff is collapsed.
Click to expand it.
SOURCES/linux-5.10-lx2160a-network.patch
+
15
−
15
View file @
16ff61e6
...
...
@@ -264,7 +264,7 @@ diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c
index 96b2ca1f1b06..7cea676d9c48 100644
--- a/drivers/mmc/core/host.c
+++ b/drivers/mmc/core/host.c
@@ -3
41
,22 +3
41
,31 @@
EXPORT_SYMBOL(mmc_of_parse);
@@ -3
78
,22 +3
78
,31 @@
EXPORT_SYMBOL(mmc_of_parse);
* found, negative errno if the voltage-range specification is invalid,
* or one if the voltage-range is specified and successfully parsed.
*/
...
...
@@ -305,7 +305,7 @@ index 96b2ca1f1b06..7cea676d9c48 100644
for (i = 0; i < num_ranges; i++) {
const int j = i * 2;
u32 ocr_mask;
@@ -
365
,8 +
374
,7 @@
int mmc_of_parse_voltage(struct device_node *np, u32 *mask)
@@ -
402
,8 +
411
,7 @@
int mmc_of_parse_voltage(struct device_node *np, u32 *mask)
be32_to_cpu(voltage_ranges[j]),
be32_to_cpu(voltage_ranges[j + 1]));
if (!ocr_mask) {
...
...
@@ -339,7 +339,7 @@ index 5d9b3106d2f7..4b846f5741ad 100644
- mmc_of_parse_voltage(np, &host->ocr_mask);
+ mmc_of_parse_voltage(&pdev->dev, &host->ocr_mask);
if (esdhc_is_usdhc(imx_data)) {
if (esdhc_is_usdhc(imx_data)
&& !IS_ERR(imx_data->pinctrl)
) {
imx_data->pins_100mhz = pinctrl_lookup_state(imx_data->pinctrl,
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c
index ab5ab969f711..62a70b39497d 100644
...
...
@@ -470,7 +470,7 @@ diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index c079b932330f..e26382febc0a 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -48
4
,7 +48
4
,7 @@
int mmc_add_host(struct mmc_host *);
@@ -48
1
,7 +48
1
,7 @@
int mmc_add_host(struct mmc_host *);
void mmc_remove_host(struct mmc_host *);
void mmc_free_host(struct mmc_host *);
int mmc_of_parse(struct mmc_host *host);
...
...
@@ -2011,7 +2011,7 @@ diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
index dd1f711140c3..aff42e17d441 100644
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
@@ -2
799
,6 +2
799
,29 @@
static bool phy_drv_supports_irq(struct phy_driver *phydrv)
@@ -2
806
,6 +2
806
,29 @@
static bool phy_drv_supports_irq(struct phy_driver *phydrv)
return phydrv->config_intr && phydrv->ack_interrupt;
}
...
...
@@ -2045,7 +2045,7 @@ diff --git a/include/linux/phy.h b/include/linux/phy.h
index 56563e5e0dc7..a90b0eb55481 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -13
48
,11 +13
48
,17 @@
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
@@ -13
50
,11 +13
50
,17 @@
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
bool is_c45,
struct phy_c45_device_ids *c45_ids);
#if IS_ENABLED(CONFIG_PHYLIB)
...
...
@@ -2096,7 +2096,7 @@ index aff42e17d441..662c388a77f5 100644
#include <linux/bitmap.h>
#include <linux/delay.h>
#include <linux/errno.h>
@@ -282
2
,6 +28
2
3,67 @@
struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode)
@@ -282
9
,6 +283
0
,67 @@
struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode)
}
EXPORT_SYMBOL(fwnode_mdio_find_device);
...
...
@@ -2168,7 +2168,7 @@ diff --git a/include/linux/phy.h b/include/linux/phy.h
index a90b0eb55481..40b231a12f54 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -13
49
,6 +13
49
,9 @@
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
@@ -13
51
,6 +13
51
,9 @@
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
struct phy_c45_device_ids *c45_ids);
#if IS_ENABLED(CONFIG_PHYLIB)
struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode);
...
...
@@ -2178,7 +2178,7 @@ index a90b0eb55481..40b231a12f54 100644
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
int phy_device_register(struct phy_device *phy);
void phy_device_free(struct phy_device *phydev);
@@ -13
58
,6 +136
1
,23 @@
struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode)
@@ -13
60
,6 +136
3
,23 @@
struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode)
{
return 0;
}
...
...
@@ -2265,7 +2265,7 @@ diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
index 662c388a77f5..5d0ad64b4673 100644
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
@@ -81
8
,6 +81
8
,27 @@
static int get_phy_c22_id(struct mii_bus *bus, int addr, u32 *phy_id)
@@ -81
7
,6 +81
7
,27 @@
static int get_phy_c22_id(struct mii_bus *bus, int addr, u32 *phy_id)
return 0;
}
...
...
@@ -2297,7 +2297,7 @@ diff --git a/include/linux/phy.h b/include/linux/phy.h
index 40b231a12f54..d0c5d9034689 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -13
48
,6 +13
48
,7 @@
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
@@ -13
50
,6 +13
50
,7 @@
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
bool is_c45,
struct phy_c45_device_ids *c45_ids);
#if IS_ENABLED(CONFIG_PHYLIB)
...
...
@@ -2305,7 +2305,7 @@ index 40b231a12f54..d0c5d9034689 100644
struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode);
struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode);
struct phy_device *device_phy_find_device(struct device *dev);
@@ -135
6
,6 +135
7
,10 @@
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
@@ -135
8
,6 +135
9
,10 @@
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
int phy_device_register(struct phy_device *phy);
void phy_device_free(struct phy_device *phydev);
#else
...
...
@@ -2420,7 +2420,7 @@ diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
index 5d0ad64b4673..9f6b449cf388 100644
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
@@ -92
9
,8 +92
9
,7 @@
EXPORT_SYMBOL(phy_device_register);
@@ -92
8
,8 +92
8
,7 @@
EXPORT_SYMBOL(phy_device_register);
*/
void phy_device_remove(struct phy_device *phydev)
{
...
...
@@ -2784,7 +2784,7 @@ diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index 5b1dc1ad4fb3..f62724b3849c 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -
699
,6 +
699
,8 @@
static inline u64 acpi_arch_get_root_pointer(void)
@@ -
703
,6 +
703
,8 @@
static inline u64 acpi_arch_get_root_pointer(void)
}
#endif
...
...
@@ -2793,7 +2793,7 @@ index 5b1dc1ad4fb3..f62724b3849c 100644
#else /* !CONFIG_ACPI */
#define acpi_disabled 1
@@ -9
46
,6 +9
48
,11 @@
static inline struct acpi_device *acpi_resource_consumer(struct resource *res)
@@ -9
53
,6 +9
55
,11 @@
static inline struct acpi_device *acpi_resource_consumer(struct resource *res)
return NULL;
}
...
...
This diff is collapsed.
Click to expand it.
SPECS/kernel.spec
+
4
−
1
View file @
16ff61e6
...
...
@@ -94,7 +94,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 3
3
%define stable_update 3
8
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
...
...
@@ -3010,6 +3010,9 @@ fi
#
#
%changelog
* Sat May 22 2021 Pablo Greco <pgreco@centosproject.org> - 5.10.38-200
- Linux v5.10.38
* Sat May 1 2021 Pablo Greco <pgreco@centosproject.org> - 5.10.33-200
- Linux v5.10.33
- Fix ethernet in armhfp devices
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment