lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1596558782-3415-1-git-send-email-gene.chen.richtek@gmail.com>
Date:   Wed,  5 Aug 2020 00:32:52 +0800
From:   Gene Chen <gene.chen.richtek@...il.com>
To:     lee.jones@...aro.org, matthias.bgg@...il.com, rafael@...nel.org
Cc:     broonie@...nel.org, gregkh@...uxfoundation.org,
        linux-arm-kernel@...ts.infradead.org,
        linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
        gene_chen@...htek.com, benjamin.chao@...iatek.com,
        shufan_lee@...htek.com, cy_huang@...htek.com
Subject: [PATCH v3 0/9] mfd: mt6360: Merge different sub-devices I2C read/write

This patch series merge different sub-device I2C read/write into one Regmap and
fix coding style for well-organized.

Gene Chen (9)
  mfd: mt6360: Rearrange include file
  mfd: mt6360: Remove redundant brackets around raw numbers
  mfd: mt6360: Indicate sub-dev compatible name by using
  mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360
  mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddata
  mfd: mt6360: Rename mt6360_pmu by mt6360
  mfd: mt6360: Remove handle_post_irq callback function
  mfd: mt6360: Fix flow which is used to check ic exist
  mfd: mt6360: Merge different sub-devices I2C read/write

 drivers/base/regmap/Kconfig         |    3 
 drivers/base/regmap/Makefile        |    1 
 drivers/base/regmap/regmap-mt6360.c |  163 ++++++++++++++
 drivers/mfd/Kconfig                 |    2 
 drivers/mfd/mt6360-core.c           |  394 +++++++++++++++++++-----------------
 include/linux/mfd/mt6360.h          |  225 --------------------

changelogs between v2 & v3
- Replace mt6360_data to mt6360_ddata
- Split I2C read/write to regmap driver

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ