Re: [PATCH] iio: dac: ds4422/ds4424 dac driver

From: Linus Walleij
Date: Fri Sep 15 2017 - 03:11:38 EST


On Thu, Sep 14, 2017 at 10:24 PM, Ismail Kose
<Ismail.Kose@xxxxxxxxxxxxxxxxxxx> wrote:

> +struct ds4424_pdata {
> + const char *vcc_supply_name;

Should not be needed at all, get the supply directly from the device tree.

> + uint32_t rfs_res[DS4424_MAX_DAC_CHANNELS];
> + struct iio_map *dac_iio_map;
> +};

Drop this entire platform data file and move all these fields
you still need into struct ds4424_data.

If you have legacy kernels still using platform data, that's too
bad, we will not maintain them upstream and not merge new
board files using platform data normally, use device tree or ACPI
DSTD only please.

Yours,
Linus Walleij