Skip to content
  1. Jun 28, 2016
  2. Jun 09, 2016
    • Heiko Stuebner's avatar
      ARM: dts: rockchip: rename i2s model for Veyron devices · 7a25d396
      Heiko Stuebner authored
      Commit 6c42db30 introduced audio support based on alsa ucm profiles
      taken from the ChromeOS userspace. Both in the kernel as well as alsa
      they were named (and matched against) ROCKCHIP-I2S. Audio profiles are
      very much board-specific and hogging the ROCKCHIP-I2S name would make
      it harder for future boards and also is misleading.
      
      For Veyron boards the audio setup is similar over all variants, so
      VEYRON-I2S is a more suitable name. This rename also was merged into
      the alsa ucm profile so both userspace and kernel match and the old
      naming was never released in any alsa or kernel release.
      
      Fixes: 6c42db30
      
       ("ARM: dts: rockchip: Add shared file for audio on rk3288-veyron boards")
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      7a25d396
  3. May 30, 2016
  4. May 11, 2016
  5. May 10, 2016
  6. May 09, 2016
  7. May 06, 2016
  8. May 05, 2016
  9. May 04, 2016
    • Linus Walleij's avatar
      ARM: dts: ux500: configure the accelerometers open drain · 7ba5dd53
      Linus Walleij authored
      
      
      Configure the two accelerometers sharing GPIO line 82 as:
      
      - Open drain so that they can share the same interrupt line.
      
      Configure the corresponding interrupt pin:
      
      - Trigger on the falling edge since open drain implies that we
        do not actively drive the line high, but we will actively drive
        it low to generate interrupts and then it moves from high to low
        i.e. a falling edge.
      
      - Pulled up so the line will be biased to high unless an IRQ
        is active on any device on the line, and thus it goes high
        again after the interrupt is deasserted.
      
      Cc: linux-iio@vger.kernel.org
      Cc: Jonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      7ba5dd53
  10. May 03, 2016