Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1732738

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

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] iio: dac: ds4422/ds4424 dac driver
Date 2017-09-15 09:20 +0200
Message-ID <upT4S-7Zg-1@gated-at.bofh.it> (permalink)
References <upOyd-52Z-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Sep 14, 2017 at 10:24 PM, Ismail Kose
<Ismail.Kose@maximintegrated.com> 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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] iio: dac: ds4422/ds4424 dac driver Linus Walleij <linus.walleij@linaro.org> - 2017-09-15 09:20 +0200

csiph-web