Re: [PATCH] rockchip: rk3308: Drop unused rk_board_init()

2025-02-28 Thread Kever Yang
On 2024/11/3 04:45, Jonas Karlman wrote: Nothing is calling the function rk_board_init() and the io-domain driver can handle the functions intended purpose based on information from DT. Cleanup by removing the unused rk_board_init() function and re-sort included headers. Signed-off-by: Jonas

Re: [PATCH] rockchip: rk3308: Drop unused rk_board_init()

2024-11-11 Thread Kever Yang
Hi Jonas, On 2024/11/11 17:41, Jonas Karlman wrote: Hi Kever, On 2024-11-07 02:45, Kever Yang wrote: Hi Jonas, On 2024/11/3 04:45, Jonas Karlman wrote: Nothing is calling the function rk_board_init() and the io-domain driver can handle the functions intended purpose based on information from

Re: [PATCH] rockchip: rk3308: Drop unused rk_board_init()

2024-11-11 Thread Jonas Karlman
Hi Kever, On 2024-11-07 02:45, Kever Yang wrote: > Hi Jonas, > > On 2024/11/3 04:45, Jonas Karlman wrote: >> Nothing is calling the function rk_board_init() and the io-domain driver >> can handle the functions intended purpose based on information from DT. > > Yes, thisĀ  should be take care by t

Re: [PATCH] rockchip: rk3308: Drop unused rk_board_init()

2024-11-06 Thread Kever Yang
Hi Jonas, On 2024/11/3 04:45, Jonas Karlman wrote: Nothing is calling the function rk_board_init() and the io-domain driver can handle the functions intended purpose based on information from DT. Yes, thisĀ  should be take care by the new io-domain driver if the dts also has correctly config.

Re: [PATCH] rockchip: rk3308: Drop unused rk_board_init()

2024-11-06 Thread Jonas Karlman
Hi Quentin, On 2024-11-06 14:49, Quentin Schulz wrote: > Hi Jonas, > > On 11/2/24 9:45 PM, Jonas Karlman wrote: >> Nothing is calling the function rk_board_init() and the io-domain driver >> can handle the functions intended purpose based on information from DT. >> >> Cleanup by removing the unus

Re: [PATCH] rockchip: rk3308: Drop unused rk_board_init()

2024-11-06 Thread Quentin Schulz
Hi Jonas, On 11/2/24 9:45 PM, Jonas Karlman wrote: Nothing is calling the function rk_board_init() and the io-domain driver can handle the functions intended purpose based on information from DT. Cleanup by removing the unused rk_board_init() function and re-sort included headers. Signed-off-b

[PATCH] rockchip: rk3308: Drop unused rk_board_init()

2024-11-02 Thread Jonas Karlman
Nothing is calling the function rk_board_init() and the io-domain driver can handle the functions intended purpose based on information from DT. Cleanup by removing the unused rk_board_init() function and re-sort included headers. Signed-off-by: Jonas Karlman --- arch/arm/mach-rockchip/rk3308/r