Re: [PATCH v1 0/8] Convert Tegra pinctrl to DM

2023-12-16 Thread Svyatoslav Ryhel
сб, 9 груд. 2023 р. о 16:14 Tom Rini пише: > > On Mon, Dec 04, 2023 at 04:45:38PM +0200, Svyatoslav Ryhel wrote: > > пн, 4 груд. 2023 р. о 12:26 Thierry Reding пише: > > > > > > On Mon, Dec 04, 2023 at 10:20:46AM +0200, Svyatoslav Ryhel wrote: > > > > Create a DM supported wrapper arround existin

Re: [PATCH v1 0/8] Convert Tegra pinctrl to DM

2023-12-13 Thread Thierry Reding
On Wed, Dec 13, 2023 at 11:46:58AM +0200, Svyatoslav Ryhel wrote: > > > 9 грудня 2023 р. 16:14:06 GMT+02:00, Tom Rini > написав(-ла): > >On Mon, Dec 04, 2023 at 04:45:38PM +0200, Svyatoslav Ryhel wrote: > >> пн, 4 груд. 2023 р. о 12:26 Thierry Reding пише: > >> > > >> > On Mon, Dec 04, 2023 at

Re: [PATCH v1 0/8] Convert Tegra pinctrl to DM

2023-12-13 Thread Svyatoslav Ryhel
9 грудня 2023 р. 16:14:06 GMT+02:00, Tom Rini написав(-ла): >On Mon, Dec 04, 2023 at 04:45:38PM +0200, Svyatoslav Ryhel wrote: >> пн, 4 груд. 2023 р. о 12:26 Thierry Reding пише: >> > >> > On Mon, Dec 04, 2023 at 10:20:46AM +0200, Svyatoslav Ryhel wrote: >> > > Create a DM supported wrapper ar

Re: [PATCH v1 0/8] Convert Tegra pinctrl to DM

2023-12-09 Thread Tom Rini
On Mon, Dec 04, 2023 at 04:45:38PM +0200, Svyatoslav Ryhel wrote: > пн, 4 груд. 2023 р. о 12:26 Thierry Reding пише: > > > > On Mon, Dec 04, 2023 at 10:20:46AM +0200, Svyatoslav Ryhel wrote: > > > Create a DM supported wrapper arround existing Tegra pinmux logic. > > > This implementation is backw

Re: [PATCH v1 0/8] Convert Tegra pinctrl to DM

2023-12-04 Thread Svyatoslav Ryhel
пн, 4 груд. 2023 р. о 12:26 Thierry Reding пише: > > On Mon, Dec 04, 2023 at 10:20:46AM +0200, Svyatoslav Ryhel wrote: > > Create a DM supported wrapper arround existing Tegra pinmux logic. > > This implementation is backwards compatible with all existing board > > setups and early stages of setup

Re: [PATCH v1 0/8] Convert Tegra pinctrl to DM

2023-12-04 Thread Thierry Reding
On Mon, Dec 04, 2023 at 10:20:46AM +0200, Svyatoslav Ryhel wrote: > Create a DM supported wrapper arround existing Tegra pinmux logic. > This implementation is backwards compatible with all existing board > setups and early stages of setup. All new boards must be device tree > based. Linux dts pinm

[PATCH v1 0/8] Convert Tegra pinctrl to DM

2023-12-04 Thread Svyatoslav Ryhel
Create a DM supported wrapper arround existing Tegra pinmux logic. This implementation is backwards compatible with all existing board setups and early stages of setup. All new boards must be device tree based. Linux dts pinmux nodes are fully compatible with this driver. As an example I have conv