linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH i2c-next v2 0/7] i2c: mux: mlxcpld: Extend driver functionality and update licenses
@ 2021-01-22 19:24 Vadim Pasternak
  2021-01-22 19:24 ` [PATCH i2c-next v2 1/7] i2c: mux: mlxcpld: Update module license Vadim Pasternak
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Vadim Pasternak @ 2021-01-22 19:24 UTC (permalink / raw)
  To: peda, wsa; +Cc: linux-i2c, Vadim Pasternak

The patchset adds new features for the existing Mellanox systems.

Patches #1-#2 update license to SPDX-License.
Patch #3  moves header file out of x86 realm.
Patch #4 converts driver to platform driver.
Patch #5 adds support for word address space devices.
Patch #6 extends mux number supported by driver.
Patch #7 adds callback notification about mux creation.

Vadim Pasternak (7):
  i2c: mux: mlxcpld: Update module license
  platform/x86: mlxcpld: Update module license
  i2c: mux: mlxcpld: Move header file out of x86 realm
  i2c: mux: mlxcpld: Convert driver to platform driver
  i2c: mux: mlxcpld: Extend driver to support word address space devices
  i2c: mux: mlxcpld: Extend supported mux number
  i2c: mux: mlxcpld: Add callback to notify mux creation completion

 drivers/i2c/muxes/i2c-mux-mlxcpld.c       | 162 +++++++++++++++---------------
 include/linux/platform_data/mlxcpld.h     |  31 ++++++
 include/linux/platform_data/x86/mlxcpld.h |  52 ----------
 3 files changed, 110 insertions(+), 135 deletions(-)
 create mode 100644 include/linux/platform_data/mlxcpld.h
 delete mode 100644 include/linux/platform_data/x86/mlxcpld.h

-- 
2.11.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-02-01 21:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 19:24 [PATCH i2c-next v2 0/7] i2c: mux: mlxcpld: Extend driver functionality and update licenses Vadim Pasternak
2021-01-22 19:24 ` [PATCH i2c-next v2 1/7] i2c: mux: mlxcpld: Update module license Vadim Pasternak
2021-01-28 10:09   ` Peter Rosin
2021-02-01 21:56   ` Wolfram Sang
2021-01-22 19:24 ` [PATCH i2c-next v2 2/7] platform/x86: " Vadim Pasternak
2021-01-28 10:10   ` Peter Rosin
2021-02-01 21:56   ` Wolfram Sang
2021-01-22 19:24 ` [PATCH i2c-next v2 3/7] i2c: mux: mlxcpld: Move header file out of x86 realm Vadim Pasternak
2021-01-28 10:11   ` Peter Rosin
2021-02-01 21:56   ` Wolfram Sang
2021-01-22 19:24 ` [PATCH i2c-next v2 4/7] i2c: mux: mlxcpld: Convert driver to platform driver Vadim Pasternak
2021-01-22 19:25 ` [PATCH i2c-next v2 5/7] i2c: mux: mlxcpld: Extend driver to support word address space devices Vadim Pasternak
2021-01-25 21:37   ` Peter Rosin
     [not found]     ` <DM6PR12MB38987A5C2B8A8429289BA6CDAFBA9@DM6PR12MB3898.namprd12.prod.outlook.com>
2021-01-29 23:00       ` Peter Rosin
2021-01-22 19:25 ` [PATCH i2c-next v2 6/7] i2c: mux: mlxcpld: Extend supported mux number Vadim Pasternak
2021-01-22 19:25 ` [PATCH i2c-next v2 7/7] i2c: mux: mlxcpld: Add callback to notify mux creation completion Vadim Pasternak
2021-01-28  8:53 ` [PATCH i2c-next v2 0/7] i2c: mux: mlxcpld: Extend driver functionality and update licenses Wolfram Sang
2021-01-28 10:14   ` Peter Rosin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).