Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.10 #267

Open
wants to merge 54 commits into
base: 5.10
Choose a base branch
from
Open

5.10 #267

wants to merge 54 commits into from

Conversation

shashankparsi
Copy link

added print_emoji func

RobertCNelson and others added 30 commits January 12, 2022 11:11
Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
Reference: v5.12.19
Signed-off-by: Robert Nelson <[email protected]>
Reference: v5.13.19
Signed-off-by: Robert Nelson <[email protected]>
Reference: v5.13.19
Signed-off-by: Robert Nelson <[email protected]>
Reference: v5.15.14
Signed-off-by: Robert Nelson <[email protected]>
Reference: v5.10.9
Signed-off-by: Robert Nelson <[email protected]>
v5.10.9-2021_1020

Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
…chedule()"

This reverts commit 26c7295.

Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
This reverts commit 956b200.

Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Robert Nelson <[email protected]>
I have encountered the same issue(s) on A6A boards.

I couldn't find a patch,  so I wrote this patch to update the device tree
in the davinci_mdio driver in the 3.15.1 tree, it seems to correct it. I
would welcome any input on a different approach.

https://groups.google.com/d/msg/beagleboard/9mctrG26Mc8/SRlnumt0LoMJ

v4.1-rcX: added hack around CONFIG_OF_OVERLAY
v4.2-rc3+: added if (of_machine_is_compatible("ti,am335x-bone")) so we do
not break dual ethernet am335x devices

Signed-off-by: Robert Nelson <[email protected]>
When CONFIG_PM is not enabled, the function
davinci_mdio_update_dt_from_phymask is not defined. This patch fixes
this so that the build does not fail with CONFIG_PM disabled.

Signed-off-by: Will Eccles <[email protected]>
juergh and others added 7 commits January 12, 2022 11:11
GCC 11 on ARM now complains like the following when trying to determine if
an arch is supported. Presumably because it enforces the default option
'--with-float=hard' which GCC 10 didn't do?

  $ arm-linux-gnueabihf-gcc-11 -march=armv7-a -c -x c /dev/null
  cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU

Due to that, the kernel build system selects the wrong compiler options
which throws errros like this during the build:

  /tmp/ccrHfZPj.s: Assembler messages:
  /tmp/ccrHfZPj.s:116: Error: selected processor does not support `dmb ish' in ARM mode
  /tmp/ccrHfZPj.s:150: Error: selected processor does not support `isb ' in ARM mode
  /tmp/ccrHfZPj.s:160: Error: selected processor does not support `mrrc p15,1,r4,r5,c14' in ARM mode
  /tmp/ccrHfZPj.s:245: Error: selected processor does not support `dmb ish' in ARM mode
  /tmp/ccrHfZPj.s:503: Error: selected processor does not support `dmb ish' in ARM mode
  /tmp/ccrHfZPj.s:527: Error: selected processor does not support `dmb ish' in ARM mode
  /tmp/ccrHfZPj.s:698: Error: selected processor does not support `dmb ish' in ARM mode
  /tmp/ccrHfZPj.s:731: Error: selected processor does not support `isb ' in ARM mode

Fix that by adding '-msoft-float' to KBUILD_CFLAGS before the definition of
the 'arch-$(CONFIG_CPU_<foo>)' instruction selection macros.

Signed-off-by: Juerg Haefliger <[email protected]>
added emoji in printk logs
@RobertCNelson RobertCNelson force-pushed the 5.10 branch 2 times, most recently from 76e3303 to c5d0eb3 Compare March 14, 2022 17:31
@RobertCNelson RobertCNelson force-pushed the 5.10 branch 2 times, most recently from 8f5b611 to 4346cb0 Compare April 21, 2022 17:48
@RobertCNelson RobertCNelson force-pushed the 5.10 branch 2 times, most recently from 22b20d1 to 2bb7a4e Compare May 6, 2022 16:48
@RobertCNelson RobertCNelson force-pushed the 5.10 branch 2 times, most recently from 5b0c0e6 to e4c2ef9 Compare October 8, 2022 19:46
@RobertCNelson RobertCNelson force-pushed the 5.10 branch 2 times, most recently from 5f9e8e5 to 426cf5a Compare February 25, 2023 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants