Message ID | 20210717233718.332267-1-martin.blumenstingl@googlemail.com (mailing list archive) |
---|---|
Headers | show |
Series | iio: adc: meson-saradc: Three small improvements | expand |
On Sun, 18 Jul 2021 01:37:15 +0200 Martin Blumenstingl <martin.blumenstingl@googlemail.com> wrote: > Hello, > > the first patch from this series saves a few CPU cycles on G12A, G12B > and SM1 SoCs. The other two patches are small whitespace cleanups. > > In my opinion none of these patches are any real bugfix, which is why > I omitted the "Fixes" tag. > Series applied to the togreg branch of iio.git and pushed out as testing to let 0-day poke at it in ways I can't be bothered to ;) Jonathan > > Martin Blumenstingl (3): > iio: adc: meson-saradc: Disable BL30 integration on G12A and newer > SoCs > iio: adc: meson-saradc: Add missing space between if and parenthesis > iio: adc: meson-saradc: Fix indentation of arguments after a > line-break > > drivers/iio/adc/meson_saradc.c | 20 ++++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) >