Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Support for Samsung p4wifi #19

Merged
merged 10 commits into from
Feb 24, 2021
Merged

Commits on Feb 23, 2021

  1. WIP: extcon: p4wifi: Add p4wifi USB connector driver

    The p4wifi USB connector reads the STMPE811 ADC to determine if USB
    or AC cable is plugged in.
    Decatf authored and okias committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    58417d4 View commit details
    Browse the repository at this point in the history
  2. WIP: drm: panel: Add CMC6230R LCD driver

    TODO: drop cmc623_initialize_clks and clocks from DTS
    
    v2:
     - fix drm_connector (David)
     - drop vrefresh (David)
     - drop return value from drm_panel_add (Max Buchholz)
    v3:
     - incorporated fixes and improvements from Dmitry
    
    Signed-off-by: David Heidelberg <[email protected]>
    Decatf authored and okias committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    eaa8ebd View commit details
    Browse the repository at this point in the history
  3. WIP: staging: Add p4wifi directory

    Decatf authored and okias committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    4a1255b View commit details
    Browse the repository at this point in the history
  4. WIP: staging: p4wifi: Add sec_jack driver

    Broken wakeup_source, FIXME later.
    Decatf authored and okias committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9fa9154 View commit details
    Browse the repository at this point in the history
  5. WIP: staging: p4wifi: Add misc p4wifi init functions

     - system_rev
     - reboot mode
     - charging mode
    
    v2:
     - disable write to hardcoded eMMC, to prevent possible corruption
    Decatf authored and okias committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    6b597f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14f255a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. WIP: HACK: tps6586x: Disable Charger LDO mode, Dynamic Timer Function…

    … for p4wifi
    Decatf authored and okias committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9117f9c View commit details
    Browse the repository at this point in the history
  2. iio: ak8975: Add AK8975C device id

    Signed-off-by: David Heidelberg <[email protected]>
    Decatf authored and okias committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    849738f View commit details
    Browse the repository at this point in the history
  3. WIP: ARM: tegra: Add device-tree for samsung-p4wifi (Samsung Galaxy T…

    …ab 10.1)
    
    v2:
     - dts update from Dmitry
    v3:
     - drop "usbcore.old_scheme_first=1" from bootargs,
       it's passed by bootloader anyway
    
    Signed-off-by: David Heidelberg <[email protected]>
    Decatf authored and okias committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    167a4d2 View commit details
    Browse the repository at this point in the history
  4. WIP: Add defconfig for samsung-p4wifi (Samsung Galaxy Tab 10.1)

    it's a merged defconfig from
    postmarketos (kernel 5.0) and tegra_defconfig from grate-driver/linux
    (kernel 5.11-next).
    Disabled BIGSYS, which is used in postmarketos as a hack to combine
    system and cache partitions.
    
    v2:
     - dropped some PCIe Intel network adapters
    gaudeo authored and okias committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    548f2c7 View commit details
    Browse the repository at this point in the history