Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #ifndef LINUX_BCM47XX_PRIVATE_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) #define LINUX_BCM47XX_PRIVATE_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) #ifndef pr_fmt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) #define pr_fmt(fmt)		"bcm47xx: " fmt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #endif
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #include <linux/kernel.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) /* prom.c */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) void __init bcm47xx_prom_highmem_init(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) /* buttons.c */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) int __init bcm47xx_buttons_register(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) /* leds.c */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) void __init bcm47xx_leds_register(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) /* setup.c */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) void __init bcm47xx_bus_setup(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) /* workarounds.c */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) void __init bcm47xx_workarounds(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) #endif