Skip to content
Snippets Groups Projects
  1. Oct 25, 2016
  2. Oct 23, 2016
  3. Oct 12, 2016
  4. Oct 10, 2016
  5. Oct 08, 2016
  6. Oct 07, 2016
  7. Oct 06, 2016
    • Paul Burton's avatar
      auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displays · 0cad855f
      Paul Burton authored
      
      Add a driver for simple ASCII LCD displays found on the MIPS Boston,
      Malta & SEAD3 development boards. The Boston display is an independent
      memory mapped device with a simple memory mapped 8 byte register space
      containing the 8 ASCII characters to display. The Malta display is
      exposed as part of the Malta board registers, and provides 8 registers
      each of which corresponds to one of the ASCII characters to display. The
      SEAD3 display is slightly more complex, exposing an interface to an
      S6A0069 LCD controller via registers provided by the boards CPLD.
      However although the displays differ in their register interface, we
      require similar functionality on each board so abstracting away the
      differences within a single driver allows us to share a significant
      amount of code & ensure consistent behaviour.
      
      The driver displays the Linux kernel version as the default message, but
      allows the message to be changed via a character device. Messages longer
      then the number of characters that the display can show will scroll.
      
      This provides different behaviour to the existing LCD display code for
      the MIPS Malta or MIPS SEAD3 platforms in the following ways:
      
        - The default string to display is not "LINUX ON MALTA" or "LINUX ON
          SEAD3" but "Linux" followed by the version number of the kernel
          (UTS_RELEASE).
      
        - Since that string tends to be significantly longer it scrolls twice
          as fast, moving every 500ms rather than every 1s.
      
        - The LCD won't be updated until the driver is probed, so it doesn't
          provide the early "LINUX" string.
      
      Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
      Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
      Cc: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/14062/
      
      
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      0cad855f
    • Paul Burton's avatar
      dt-bindings: img-ascii-lcd: Document a binding for simple ASCII LCDs · 8ef3ff27
      Paul Burton authored
      
      Add documentation for a devicetree binding for the simple ASCII LCD
      displays found on development boards such as the MIPS Boston, MIPS Malta
      & MIPS SEAD3 from Imagination Technologies.
      
      Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
      Acked-by: default avatarRob Herring <robh@kernel.org>
      Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: linux-mips@linux-mips.org
      Cc: devicetree@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/14061/
      
      
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      8ef3ff27
    • Michael Ellerman's avatar
      MAINTAINERS: Update powerpc website & add selftests · ad654f25
      Michael Ellerman authored
      
      The selftests under tools/testing/selftests/powerpc are maintained by
      us, so add a file pattern for them.
      
      Also drop the www.penguinppc.org link, it's not dead, but the site is
      dead (database error). Instead link to the wiki attached to our github,
      there is some info there which may be useful, which is better than none.
      
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      ad654f25
    • Michael Ellerman's avatar
      MAINTAINERS: Drop separate pseries entry · 55099115
      Michael Ellerman authored
      
      Paul is no longer acting as a separate maintainer for pseries, it is
      handled along with the rest of powerpc. The URL no longer links anywhere
      meaningful, so drop it also.
      
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      Acked-by: default avatarPaul Mackerras <paulus@ozlabs.org>
      55099115
    • Olof Johansson's avatar
      MAINTAINERS: Remove myself from PA Semi entries · 56a5b8da
      Olof Johansson authored
      
      The platform is old, very few users and I lack bandwidth to keep after
      it these days.
      
      Mark the base platform as well as the drivers as orphans, patches have
      been flowing through the fallback maintainers for a while already.
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      Acked-by: default avatarWolfram Sang <wsa@the-dreams.de>
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      56a5b8da
  8. Oct 04, 2016
  9. Oct 02, 2016
  10. Oct 01, 2016
    • William Breathitt Gray's avatar
      iio: 104-quad-8: Add IIO support for the ACCES 104-QUAD-8 · 28e5d3bb
      William Breathitt Gray authored
      
      The ACCES 104-QUAD-8 is a general purpose quadrature encoder
      counter/interface board. The 104-QUAD-8 is capable of monitoring the
      outputs of eight encoders via four on-board LSI/CSI LS7266R1 24-bit
      dual-axis quadrature counter chips. Core functions handled by the
      LS7266R1, such as direction and total count, are available.
      
      Performing a write to a counter's IIO_CHAN_INFO_RAW sets the counter and
      also clears the counter's respective error flag. Although the counters
      have a 25-bit range, only the lower 24 bits may be set, either directly
      or via a counter's preset attribute. Interrupts are not supported by
      this driver.
      
      This driver adds IIO support for the ACCES 104-QUAD-8 and ACCES
      104-QUAD-4. The base port addresses for the devices may be configured
      via the base array module parameter.
      
      Signed-off-by: default avatarWilliam Breathitt Gray <vilhelm.gray@gmail.com>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      28e5d3bb
  11. Sep 30, 2016
  12. Sep 29, 2016
  13. Sep 28, 2016
  14. Sep 27, 2016
  15. Sep 26, 2016
  16. Sep 23, 2016
Loading