1. 08 Dec, 2020 9 commits
  2. 01 Dec, 2020 1 commit
    • Guido Günther's avatar
      arm64: defconfig: Enable more Librem 5 hardware · eecc662f
      Guido Günther authored
      This enables
      
      - CONFIG_BATTERY_MAX17042: battery chip
      - CONFIG_CHARGER_BQ25980: charge controller
      - CONFIG_DRM_PANEL_MANTIX_MLAF057WE5: LCD panel
      - CONFIG_GNSS/CONFIG_GNSS_MTK_SERIAL: GNSS receiver
      - CONFIG_IIO_ST_LSM6DSX: IMU
      - CONFIG_IMX_DCSS: 2nd display controller
      - CONFIG_LEDS_LM3692X: LCD backlight
      - CONFIG_REGULATOR_TPS65132: regulator for the LCD panel
      - CONFIG_TOUCHSCREEN_EDT_FT5X06: touch controller
      - CONFIG_TYPEC_TPS6598X: USB PD controller
      - CONFIG_VCNL4000: ambient light and proximity sensor
      
      as modules.
      Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      eecc662f
  3. 28 Nov, 2020 2 commits
  4. 27 Nov, 2020 3 commits
  5. 26 Nov, 2020 5 commits
  6. 25 Nov, 2020 2 commits
  7. 24 Nov, 2020 1 commit
  8. 23 Nov, 2020 3 commits
  9. 19 Nov, 2020 1 commit
  10. 18 Nov, 2020 1 commit
  11. 16 Nov, 2020 5 commits
  12. 13 Nov, 2020 1 commit
  13. 12 Nov, 2020 1 commit
  14. 10 Nov, 2020 1 commit
  15. 09 Nov, 2020 2 commits
  16. 08 Nov, 2020 2 commits
    • Linus Torvalds's avatar
      Merge tag 'driver-core-5.10-rc3' of... · 15f5d201
      Linus Torvalds authored
      Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
      
      Pull driver core documentation fixes from Greg KH:
       "Some small Documentation fixes that were fallout from the larger
        documentation update we did in 5.10-rc2.
      
        Nothing major here at all, but all of these have been in linux-next
        and resolve build warnings when building the documentation files"
      
      * tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        Documentation: remove mic/index from misc-devices/index.rst
        scripts: get_api.pl: Add sub-titles to ABI output
        scripts: get_abi.pl: Don't let ABI files to create subtitles
        docs: leds: index.rst: add a missing file
        docs: ABI: sysfs-class-net: fix a typo
        docs: ABI: sysfs-driver-dma-ioatdma: what starts with /sys
      15f5d201
    • Linus Torvalds's avatar
      Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · bbc82184
      Linus Torvalds authored
      Pull tty/serial fixes from Greg KH:
       "Here are a small number of small tty and serial fixes for some
        reported problems for the tty core, vt code, and some serial drivers.
      
        They include fixes for:
      
         - a buggy and obsolete vt font ioctl removal
      
         - 8250_mtk serial baudrate runtime warnings
      
         - imx serial earlycon build configuration fix
      
         - txx9 serial driver error path cleanup issues
      
         - tty core fix in release_tty that can be triggered by trying to bind
           an invalid serial port name to a speakup console device
      
        Almost all of these have been in linux-next without any problems, the
        only one that hasn't, just deletes code :)"
      
      * tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        vt: Disable KD_FONT_OP_COPY
        tty: fix crash in release_tty if tty->port is not set
        serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init
        tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled
        serial: 8250_mtk: Fix uart_get_baud_rate warning
      bbc82184