1. 10 5月, 2016 12 次提交
  2. 09 5月, 2016 4 次提交
  3. 06 5月, 2016 4 次提交
  4. 05 5月, 2016 4 次提交
  5. 04 5月, 2016 1 次提交
    • L
      ARM: dts: ux500: configure the accelerometers open drain · 7ba5dd53
      Linus Walleij 提交于
      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: NLinus Walleij <linus.walleij@linaro.org>
      7ba5dd53
  6. 03 5月, 2016 7 次提交
  7. 29 4月, 2016 1 次提交
    • A
      Merge tag 'omap-for-v4.7/dt-signed' of... · 48ea582f
      Arnd Bergmann 提交于
      Merge tag 'omap-for-v4.7/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Merge "Part two of device tree changes for omaps for v4.7 merge window" from Tony Lindgren:
      
      - Fix few typos for address-cells and interrupt-names
      
      - Update dra7 voltage rail limits
      
      - Update compatible string for pcf8575 for both nxp and ti prefix
      
      - Add omap5 configuration for gpadc
      
      - Update dra7 for qspi to remove pinmux as it needs to be done by
        the bootloader in isolation. Also update the qspi for 64MHz
        frequency.
      
      - Add support for Baltos ir2110 and ir3220
      
      - Add industrial and commercial grade thermal thresholds for am57xx
      
      * tag 'omap-for-v4.7/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: dts: am57xx-idk: Include Industrial grade  thermal thresholds
        ARM: dts: am57xx-beagle-x15: Include the commercial grade thresholds
        ARM: dts: am57xx: Introduce industrial grade thermal thresholds
        ARM: dts: am57xx: Introduce commercial grade thermal thresholds
        ARM: dts: add DTS for Baltos IR2110
        ARM: dts: add DTS for Baltos IR3220
        ARM: dts: split am335x-baltos-ir5221 into dts and dtsi files
        ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHz
        ARM: dts: dra7x: Remove QSPI pinmux
        ARM: dts: omap5-board-common: describe gpadc for Palmas
        ARM: dts: twl6030: describe gpadc
        ARM: dts: dra7xx: Fix compatible string for PCF8575 chip
        ARM: dts: AM57xx/DRA7: Update SoC voltage rail limits to match data sheet
        ARM: dts: OMAP36xx: : DT spelling s/#address-cell/#address-cells/
        ARM: dts: omap5-cm-t54: DT spelling s/interrupt-name/interrupt-names/
        ARM: dts: omap5-board-common: DT spelling s/interrupt-name/interrupt-names/
      48ea582f
  8. 28 4月, 2016 7 次提交