1. Mar 25, 2020
    • Anson Huang's avatar
      gpio: mxc: Add COMPILE_TEST support for GPIO_MXC · d4e93614
      Anson Huang authored
      
      
      Add COMPILE_TEST support to GPIO_MXC driver for better compile
      testing coverage.
      
      Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
      Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
      d4e93614
    • Alexander Sverdlin's avatar
      gpio: pl061: Warn when IRQ line has not been configured · 1a555713
      Alexander Sverdlin authored
      
      
      Existing (irq < 0) condition is always false because adev->irq has unsigned
      type and contains 0 in case of failed irq_of_parse_and_map(). Up to now all
      the mapping errors were silently ignored.
      
      Seems that repairing this check would be backwards-incompatible and might
      break the probe() for the implementations without IRQ support. Therefore
      warn the user instead.
      
      Signed-off-by: default avatarAlexander Sverdlin <alexander.sverdlin@nokia.com>
      Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
      1a555713
    • Mauro Carvalho Chehab's avatar
      docs: gpio: driver.rst: don't mark literal blocks twice · f8c3cea8
      Mauro Carvalho Chehab authored
      
      
      Two literal blocks there are marked with both "::" and
      
      	.. code-block:: c
      
      This causes Sphinx (2.4.1) to do the wrong thing, causing
      lots of warnings:
      
          Documentation/driver-api/gpio/driver.rst:425: WARNING: Unexpected indentation.
          Documentation/driver-api/gpio/driver.rst:423: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:427: WARNING: Block quote ends without a blank line; unexpected unindent.
          Documentation/driver-api/gpio/driver.rst:429: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:429: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:429: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:433: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:446: WARNING: Unexpected indentation.
          Documentation/driver-api/gpio/driver.rst:440: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:440: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:447: WARNING: Block quote ends without a blank line; unexpected unindent.
          Documentation/driver-api/gpio/driver.rst:449: WARNING: Definition list ends without a blank line; unexpected unindent.
          Documentation/driver-api/gpio/driver.rst:462: WARNING: Unexpected indentation.
          Documentation/driver-api/gpio/driver.rst:460: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:462: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:465: WARNING: Block quote ends without a blank line; unexpected unindent.
          Documentation/driver-api/gpio/driver.rst:467: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:467: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:467: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:471: WARNING: Inline emphasis start-string without end-string.
          Documentation/driver-api/gpio/driver.rst:478: WARNING: Inline emphasis start-string without end-string.
      
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
      f8c3cea8
    • Jonathan Neuschäfer's avatar
      gpio: uapi: Improve phrasing around arrays representing empty strings · 32f5f62d
      Jonathan Neuschäfer authored
      
      
      Character arrays can be considered empty strings (if they are
      immediately terminated), but they cannot be NULL.
      
      Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
      Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
      32f5f62d
  2. Mar 20, 2020
  3. Mar 09, 2020
  4. Mar 03, 2020
  5. Mar 02, 2020
  6. Feb 29, 2020
  7. Feb 22, 2020
  8. Feb 21, 2020
  9. Feb 20, 2020
  10. Feb 13, 2020
  11. Feb 12, 2020
  12. Feb 10, 2020