Re: [PATCH v2 11/11] mfd: motorola-cpcap: add support for Mot CPCAP composition
From: Svyatoslav Ryhel
Date: Sun Feb 08 2026 - 09:41:50 EST
8 лютого 2026 р. 14:56:18 GMT+02:00, Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> пише:
>On Fri, Feb 06, 2026 at 07:28:45PM +0200, Svyatoslav Ryhel wrote:
>> Add a MFD subdevice composition used in Tegra20 based Mot board
>> (Motorola Atrix 4G and Droid X2).
>
>...
>
>> { .name = "cpcap", },
>> { .name = "6556002", },
>> { .name = "mapphone-cpcap", },
>> + { .name = "mot-cpcap", },
>
>Drop inner trailing comma.
>
That would be a stray change, wouldn't it?
>> {},
>
>Drop a comma at the terminator.
>
That would be a stray change as well, wouldn't it?
>> };
>> MODULE_DEVICE_TABLE(spi, cpcap_spi_ids);
>
>This can be done in the patch that adds driver data.
>
Then lets move there.