1. 14 Oct, 2013 2 commits
    • Lars-Peter Clausen's avatar
      staging:iio:mxs-lradc: Select STMP_DEVICE · 2cd1e1d8
      Lars-Peter Clausen authored
      The MXS ADC driver uses the stmp_reset_block() which is only provided when the
      STMP_DEVICE Kconfig symbol is selected. Hence the driver should select this
      symbol. So far this has not been a problem since the driver depends on ARCH_MXS,
      which already selects STMP_DEVICE, but will become necessary once we allow the
      driver to be built when COMPILE_TEST is selected.
      Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Cc: Marek Vasut <marex@denx.de>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      2cd1e1d8
    • Lars-Peter Clausen's avatar
      staging:iio:spear_adc: Fix sparse warning · 8ecf5002
      Lars-Peter Clausen authored
      The driver is casting from one __iomem pointer to another. Make sure to include
      __iomem in the cast, otherwise sparse will complain with the following warning:
      
      	drivers/staging/iio/adc/spear_adc.c:321:18: warning: cast removes address space of expression
      	drivers/staging/iio/adc/spear_adc.c:320:33: warning: incorrect type in assignment (different address spaces)
      	drivers/staging/iio/adc/spear_adc.c:320:33:    expected struct adc_regs_spear3xx [noderef] <asn:2>*adc_base_spear3xx
      	drivers/staging/iio/adc/spear_adc.c:320:33:    got struct adc_regs_spear3xx *<noident>
      Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      8ecf5002
  2. 12 Oct, 2013 27 commits
  3. 09 Oct, 2013 2 commits
  4. 07 Oct, 2013 9 commits