Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8790fade
Commit
8790fade
authored
Jan 05, 2024
by
Russell King (Oracle)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'misc' and 'fixes' into for-next
parents
c17d8847
f54e8634
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
arch/arm/mach-davinci/Kconfig
arch/arm/mach-davinci/Kconfig
+1
-0
arch/arm/vfp/vfpmodule.c
arch/arm/vfp/vfpmodule.c
+18
-0
No files found.
arch/arm/mach-davinci/Kconfig
View file @
8790fade
...
...
@@ -10,6 +10,7 @@ menuconfig ARCH_DAVINCI
select PM_GENERIC_DOMAINS_OF if PM && OF
select REGMAP_MMIO
select RESET_CONTROLLER
select PINCTRL
select PINCTRL_SINGLE
if ARCH_DAVINCI
...
...
arch/arm/vfp/vfpmodule.c
View file @
8790fade
...
...
@@ -800,6 +800,24 @@ static struct undef_hook neon_support_hook[] = {{
.
cpsr_mask
=
PSR_T_BIT
,
.
cpsr_val
=
PSR_T_BIT
,
.
fn
=
vfp_support_entry
,
},
{
.
instr_mask
=
0xff000800
,
.
instr_val
=
0xfc000800
,
.
cpsr_mask
=
0
,
.
cpsr_val
=
0
,
.
fn
=
vfp_support_entry
,
},
{
.
instr_mask
=
0xff000800
,
.
instr_val
=
0xfd000800
,
.
cpsr_mask
=
0
,
.
cpsr_val
=
0
,
.
fn
=
vfp_support_entry
,
},
{
.
instr_mask
=
0xff000800
,
.
instr_val
=
0xfe000800
,
.
cpsr_mask
=
0
,
.
cpsr_val
=
0
,
.
fn
=
vfp_support_entry
,
}};
static
struct
undef_hook
vfp_support_hook
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment