чт, 26 лют. 2026 р. о 18:52 Luca Ceresoli <[email protected]> пише: > > Hello Svyatoslav, > > On Fri Jan 30, 2026 at 1:49 PM CET, Svyatoslav Ryhel wrote: > > Convert existing MIPI code to use operation function pointers, a necessary > > step for supporting Tegra20/Tegra30 SoCs. All common MIPI configuration > > that is SoC-independent remains in mipi.c, while all SoC-specific code is > > moved to tegra114-mipi.c (The naming matches the first SoC generation with > > a dedicated calibration block). Shared structures and function calls are > > placed into tegra-mipi-cal.h. > > > > Tested-by: Luca Ceresoli <[email protected]> # tegra20, parallel > > camera > > Signed-off-by: Svyatoslav Ryhel <[email protected]> > > Acked-by: Mikko Perttunen <[email protected]> > > I wanted to test this series on top of v7.0-rc1, but applying this patch > fails (with b4 shazam). Can you rebase and send a new iteration? >
kzalloc(sizeof(*mipidev), GFP_KERNEL) > kzalloc_obj(*mipidev) > Best regards, > Luca > > -- > Luca Ceresoli, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com
