Re: [PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-03-14 Thread Pavel Machek
Hi! On Sat 2021-03-13 11:42:27, min.li...@renesas.com wrote: > From: Min Li > > Add support for ClockMatrix(TM) and 82P33xxx families of timing > and synchronization devices. The access interface can be either > SPI or I2C. Currently, it will create 2 types of MFD devices, > which are to be used

[PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-03-13 Thread min.li.xe
From: Min Li Add support for ClockMatrix(TM) and 82P33xxx families of timing and synchronization devices. The access interface can be either SPI or I2C. Currently, it will create 2 types of MFD devices, which are to be used by the corresponding rsmu character device driver and the PTP hardware cl

Re: [PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-03-08 Thread Lee Jones
On Wed, 10 Feb 2021, min.li...@renesas.com wrote: > From: Min Li > > Add support for ClockMatrix(TM) and 82P33xxx families of timing > and synchronization devices. Currently only I2C access is supported > and SPI would be added later on. > > This mfd driver will export 2 devices to be used by r

Re: [PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-02-22 Thread Lee Jones
gt; > Cc: linux-kernel@vger.kernel.org; Min Li > > Subject: [PATCH net-next] mfd: Add Renesas Synchronization Management > > Unit (SMU) support > > > > From: Min Li > > > > Add support for ClockMatrix(TM) and 82P33xxx families of timing and > > synchronizati

RE: [PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-02-19 Thread Min Li
net-next] mfd: Add Renesas Synchronization Management > Unit (SMU) support > > From: Min Li > > Add support for ClockMatrix(TM) and 82P33xxx families of timing and > synchronization devices. Currently only I2C access is supported and SPI would > be added later on. > > This m

[PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-02-10 Thread min.li.xe
From: Min Li Add support for ClockMatrix(TM) and 82P33xxx families of timing and synchronization devices. Currently only I2C access is supported and SPI would be added later on. This mfd driver will export 2 devices to be used by rsmu_cdev and the corresponding phc drivers, respectively. Signed