linux-i3c.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Przemyslaw Gaj <pgaj@cadence.com>
To: Vitor Soares <Vitor.Soares@synopsys.com>
Cc: "linux-i3c@lists.infradead.org" <linux-i3c@lists.infradead.org>,
	"agolec@cadence.com" <agolec@cadence.com>,
	"rafalc@cadence.com" <rafalc@cadence.com>,
	"bbrezillon@kernel.org" <bbrezillon@kernel.org>
Subject: Re: [PATCH v5 4/7] i3c: Add support for mastership request to I3C subsystem
Date: Fri, 12 Jul 2019 11:10:43 +0100	[thread overview]
Message-ID: <20190712101042.GA4728@global.cadence.com> (raw)
In-Reply-To: <SN6PR12MB2655B1D9B6F0135E84FC6D0DAEF30@SN6PR12MB2655.namprd12.prod.outlook.com>

Hi Vitor,

The 07/11/2019 10:11, Vitor Soares wrote:
> EXTERNAL MAIL
> 
> 
> From: Przemyslaw Gaj <pgaj@cadence.com>
> Date: Thu, Jul 11, 2019 at 06:28:18
> 
> > Hi Vitor,
> > 
> > The 07/10/2019 18:04, Vitor Soares wrote:
> > > EXTERNAL MAIL
> > > 
> > > 
> > > From: Przemyslaw Gaj <pgaj@cadence.com>
> > > Date: Sat, Jun 22, 2019 at 21:55:02
> > > 
> > > > This patch adds support for mastership request to I3C subsystem.
> > > > 
> > > > Mastership event is enabled globally.
> > > > 
> > > > Mastership is requested automatically when device driver
> > > > tries to transfer data using master controller in slave mode.
> > > > 
> > > > There is still some limitation:
> > > > - I2C devices are registered on secondary master side if boardinfo
> > > > entry matching the info transmitted through the DEFSLVS frame.
> > > > 
> > > > Signed-off-by: Przemyslaw Gaj <pgaj@cadence.com>
> > > > 
> > > > ---
> > > > 
> > > > Main changes between v4 and v5:
> > > > - Add function to test if master owns the bus
> > > > - Add i3c_secondary_master_register() function
> > > > - Add populate_bus() hook to populate the bus after mastership takeover
> > > 
> > > For me this task is for the sub-system not the host controller.
> > > 
> > 
> > I'm not sure where device information is stored in DW controller but in CDNS
> > controller DEFSLVS frame is processed in the device and the only thing I got is
> > information that DEFSLVS came in. 
> 
> When you receive this notification you can add the device to subsystem to 
> be initialized later when get bus ownership.

I added this hook mostly because we have to lock the bus during devices
addition. If we pass DEFSLVS devices information to the system in some
structure, we should be ok. We can lock the bus in the framework and register
all the devices. But I still don't feel this is good solution, I'll have to
do the job once again which HW did before

@Boris, what do you think about that?

> 
> > I need to inform subsystem that there are new
> > device (if any).
> > I remember we talkad about that already, you have access to
> > DEFSLVS information directly, correct?
> 
> I can process it in the HC driver, but my point is that I want to rely it 
> to the subsystem the bus population with the function already present.
> 

So, do you want to pack those informations back to i3c_ccc_defslvs and pass to
the subsystem?

> > 
> > > > - Rework device information retrieval to allow adding partialy discovered
> > > > devices
> > > > 
> > > > Main changes between v3 and v4:
> > > > - Add i3c_master_acquire_bus_ownership to acquire the bus
> > > > - Refactored the code
> > > > 
> > > > Main changes between v2 and v3:
> > > > - Add i3c_bus_downgrade_maintenance_lock() for downgrading the bus
> > > > lock from maintenance to normal use
> > > > - Add additional fields to i2c_dev_desc for DEFSLVS purpose (addr, lvr)
> > > > - Add i3c_master_register_new_i2c_devs() function to register I2C devices
> > > > - Reworked I2C devices registration on secondary master side
> > > > 
> > > > Changes in v2:
> > > > - Add mastership disable event hook
> > > > - Changed name of mastership enable event hook
> > > > - Add function to test if master owns the bus
> > > > - Removed op_mode
> > > > - Changed parameter of i3c_master_get_accmst_locked, no need to
> > > > pass full i3c_device_info
> > > > - Changed name of mastership enable event hook
> > > > - Add function to test if master owns the bus
> > > > - Removed op_mode
> > > > - Changed parameter of i3c_master_get_accmst_locked, no need to
> > > > pass full i3c_device_info
> > > > - Removed redundant DEFSLVS command before GETACCMST
> > > > - Add i3c_master_bus_takeover function. There is a need to lock
> > > > the bus before adding devices and no matter of the controller
> > > > devices have to be added after mastership takeover.
> > > > - Add device registration during initialization on secondary master
> > > > side. Devices received by DEFSLVS (if occured). If not, device
> > > > initialization is deffered untill next mastership request.
> > > > ---
> > > >  drivers/i3c/device.c       |  26 ++
> > > >  drivers/i3c/internals.h    |   4 +
> > > >  drivers/i3c/master.c       | 588 ++++++++++++++++++++++++++++++++++++++-------
> > > >  include/linux/i3c/master.h |  34 ++-
> > > >  4 files changed, 563 insertions(+), 89 deletions(-)
> > > > 
> > > > diff --git a/drivers/i3c/device.c b/drivers/i3c/device.c
> > > > index 69cc040..b60f637 100644
> > > > --- a/drivers/i3c/device.c
> > > > +++ b/drivers/i3c/device.c
> > > > @@ -43,7 +43,13 @@ int i3c_device_do_priv_xfers(struct i3c_device *dev,
> > > >  	}
> > > >  
> > > >  	i3c_bus_normaluse_lock(dev->bus);
> > > > +	ret = i3c_master_acquire_bus_ownership(dev->desc->common.master);
> > > > +	if (ret)
> > > > +		goto err_unlock_bus;
> > > > +
> > > >  	ret = i3c_dev_do_priv_xfers_locked(dev->desc, xfers, nxfers);
> > > > +
> > > > +err_unlock_bus:
> > > >  	i3c_bus_normaluse_unlock(dev->bus);
> > > >  
> > > >  	return ret;
> > > > @@ -114,11 +120,17 @@ int i3c_device_enable_ibi(struct i3c_device *dev)
> > > >  	int ret = -ENOENT;
> > > >  
> > > >  	i3c_bus_normaluse_lock(dev->bus);
> > > > +	ret = i3c_master_acquire_bus_ownership(dev->desc->common.master);
> > > > +	if (ret)
> > > > +		goto err_unlock_bus;
> > > > +
> > > >  	if (dev->desc) {
> > > >  		mutex_lock(&dev->desc->ibi_lock);
> > > >  		ret = i3c_dev_enable_ibi_locked(dev->desc);
> > > >  		mutex_unlock(&dev->desc->ibi_lock);
> > > >  	}
> > > > +
> > > > +err_unlock_bus:
> > > >  	i3c_bus_normaluse_unlock(dev->bus);
> > > >  
> > > >  	return ret;
> > > > @@ -145,11 +157,17 @@ int i3c_device_request_ibi(struct i3c_device *dev,
> > > >  		return -EINVAL;
> > > >  
> > > >  	i3c_bus_normaluse_lock(dev->bus);
> > > > +	ret = i3c_master_acquire_bus_ownership(dev->desc->common.master);
> > > > +	if (ret)
> > > > +		goto err_unlock_bus;
> > > > +
> > > >  	if (dev->desc) {
> > > >  		mutex_lock(&dev->desc->ibi_lock);
> > > >  		ret = i3c_dev_request_ibi_locked(dev->desc, req);
> > > >  		mutex_unlock(&dev->desc->ibi_lock);
> > > >  	}
> > > > +
> > > > +err_unlock_bus:
> > > >  	i3c_bus_normaluse_unlock(dev->bus);
> > > >  
> > > >  	return ret;
> > > > @@ -166,12 +184,20 @@ EXPORT_SYMBOL_GPL(i3c_device_request_ibi);
> > > >   */
> > > >  void i3c_device_free_ibi(struct i3c_device *dev)
> > > >  {
> > > > +	int ret;
> > > > +
> > > >  	i3c_bus_normaluse_lock(dev->bus);
> > > > +	ret = i3c_master_acquire_bus_ownership(dev->desc->common.master);
> > > > +	if (ret)
> > > > +		goto err_unlock_bus;
> > > > +
> > > >  	if (dev->desc) {
> > > >  		mutex_lock(&dev->desc->ibi_lock);
> > > >  		i3c_dev_free_ibi_locked(dev->desc);
> > > >  		mutex_unlock(&dev->desc->ibi_lock);
> > > >  	}
> > > > +
> > > > +err_unlock_bus:
> > > >  	i3c_bus_normaluse_unlock(dev->bus);
> > > >  }
> > > >  EXPORT_SYMBOL_GPL(i3c_device_free_ibi);
> > > > diff --git a/drivers/i3c/internals.h b/drivers/i3c/internals.h
> > > > index 86b7b44..cdfc5bf 100644
> > > > --- a/drivers/i3c/internals.h
> > > > +++ b/drivers/i3c/internals.h
> > > > @@ -14,6 +14,10 @@ extern struct bus_type i3c_bus_type;
> > > >  
> > > >  void i3c_bus_normaluse_lock(struct i3c_bus *bus);
> > > >  void i3c_bus_normaluse_unlock(struct i3c_bus *bus);
> > > > +void i3c_bus_maintenance_lock(struct i3c_bus *bus);
> > > > +void i3c_bus_maintenance_unlock(struct i3c_bus *bus);
> > > 
> > > These function are static.
> > > 
> > 
> > I forgot to revert that change to previous state.
> > 
> > > > +int i3c_master_acquire_bus_ownership(struct i3c_master_controller *master);
> > > > +
> > > 
> > > What do you think to pass this logic to master.c?
> > > 
> > 
> > Isn't it there?
> 
> I meant make it static and remove its call from device.c.
> 
> > 
> > > >  
> > > >  int i3c_dev_do_priv_xfers_locked(struct i3c_dev_desc *dev,
> > > >  				 struct i3c_priv_xfer *xfers,
> > > > diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c
> > > > index cbace14..3b44e66 100644
> > > > --- a/drivers/i3c/master.c
> > > > +++ b/drivers/i3c/master.c
> > > > @@ -93,6 +93,18 @@ void i3c_bus_normaluse_unlock(struct i3c_bus *bus)
> > > >  	up_read(&bus->lock);
> > > >  }
> > > >  
> > > > +/*
> > > > + * i3c_bus_downgrade_maintenance_lock - Downgrade the bus lock to normal
> > > > + * operation
> > > > + *
> > > > + * Should be called when a maintenance operation is done and normal
> > > > + * operation is planned. See i3c_bus_maintenance_lock() and
> > > > + * i3c_bus_normaluse_lock() for more details.
> > > > + */
> > > > +static void i3c_bus_downgrade_maintenance_lock(struct i3c_bus *bus)
> > > > +{
> > > > +	downgrade_write(&bus->lock);
> > > > +}
> > > >  static struct i3c_master_controller *dev_to_i3cmaster(struct device *dev)
> > > >  {
> > > >  	return container_of(dev, struct i3c_master_controller, dev);
> > > > @@ -341,6 +353,22 @@ static int i3c_device_probe(struct device *dev)
> > > >  	return driver->probe(i3cdev);
> > > >  }
> > > >  
> > > > +static int
> > > > +i3c_master_enable_mr_events_locked(struct i3c_master_controller *master)
> > > > +{
> > > > +	if (!master->ops->enable_mr_events)
> > > > +		return -ENOTSUPP;
> > > > +
> > > > +	return master->ops->enable_mr_events(master);
> > > > +}
> > > > +
> > > > +static void i3c_master_disable_mr_events(struct i3c_master_controller *master)
> > > > +{
> > > > +	if (!master->ops->disable_mr_events)
> > > > +		return;
> > > > +
> > > > +	master->ops->disable_mr_events(master);
> > > > +}
> > > 
> > > Add new line.
> > > 
> > > It is not clear to me what you expect with these functions. Do you want 
> > > to enable MR from all devices? Just some of them? How do you decide which 
> > > secondary masters are allow earn the bus ownership?
> > > 
> > 
> > We discussed this also. For now, we enable ENEC for all masters on the bus, we
> > can change it later if needed. 
> 
> I would say to expand the current ibi framework to accommodate MR and

Can you tell something more here? What benefits you see

> also add platform entry to allow secondary masters on the bus.

This is something we can consider, to select devices which can request
mastership. But I don't see the problem adding that later also.

> 
> > Also, priority level is encoded in slave address
> > so current master will give the control to the master with lower address first.
> > It shouldn't be a problem.
> 
> You can have security issues and the devices on the bus might not be 
> prepared to work in multi-master environment.

I don't get it, can you explan what do you mean? Which devices might not be
prapared to work in multi-master environment, slaves? Key feature of I3C is
multi-master capability. Mastership request should also be transparent for pure
slaves on the bus. Of course, secondary masters should work in multi-master
configuration

> 
> > 
> > > >  static int i3c_device_remove(struct device *dev)
> > > >  {
> > > >  	struct i3c_device *i3cdev = dev_to_i3cdev(dev);
> > > > @@ -462,6 +490,42 @@ static int i3c_bus_init(struct i3c_bus *i3cbus)
> > > >  	return 0;
> > > >  }
> > > >  
> > > > +static int
> > > > +i3c_master_request_mastership_locked(struct i3c_master_controller *master)
> > > > +{
> > > > +	if (WARN_ON(master->init_done &&
> > > > +	    !rwsem_is_locked(&master->bus.lock)))
> > > > +		return -EINVAL;
> > > > +
> > > > +	if (!master->ops->request_mastership)
> > > > +		return -ENOTSUPP;
> > > > +
> > > > +	return master->ops->request_mastership(master);
> > > > +}
> > > > +
> > > > +static int i3c_master_owns_bus(struct i3c_master_controller *master)
> > > > +{
> > > > +	return (master->bus.cur_master == master->this);
> > > > +}
> > > > +
> > > > +int i3c_master_acquire_bus_ownership(struct i3c_master_controller *master)
> > > > +{
> > > > +	int ret;
> > > > +
> > > > +	if (!i3c_master_owns_bus(master)) {
> > > > +		i3c_bus_normaluse_unlock(&master->bus);
> > > > +		i3c_bus_maintenance_lock(&master->bus);
> > > > +
> > > > +		ret = i3c_master_request_mastership_locked(master);
> > > > +		if (ret) {
> > > > +			i3c_bus_maintenance_unlock(&master->bus);
> > > > +			return ret;
> > > > +		}
> > > > +		i3c_bus_downgrade_maintenance_lock(&master->bus);
> > > > +	}
> > > > +
> > > > +	return 0;
> > > > +}
> > > >  static const char * const i3c_bus_mode_strings[] = {
> > > >  	[I3C_BUS_MODE_PURE] = "pure",
> > > >  	[I3C_BUS_MODE_MIXED_FAST] = "mixed-fast",
> > > > @@ -636,6 +700,22 @@ i3c_master_alloc_i2c_dev(struct i3c_master_controller *master,
> > > >  	return dev;
> > > >  }
> > > >  
> > > > +static struct i2c_dev_desc *
> > > > +i3c_master_alloc_i2c_dev_no_boardinfo(struct i3c_master_controller *master,
> > > > +				      u16 addr, u8 lvr)
> > > 
> > > u8 addr.
> > > 
> > 
> > Originaly I2C address is u16 but we can change it as we know DEFSLVS does not
> > support 10bit addresses.
> > 
> > > > +{
> > > > +	struct i2c_dev_desc *dev;
> > > > +
> > > > +	dev = kzalloc(sizeof(*dev), GFP_KERNEL);
> > > > +	if (!dev)
> > > > +		return ERR_PTR(-ENOMEM);
> > > > +
> > > > +	dev->common.master = master;
> > > > +	dev->addr = addr;
> > > > +	dev->lvr = lvr;
> > > > +
> > > > +	return dev;
> > > > +}
> > > >  static void *i3c_ccc_cmd_dest_init(struct i3c_ccc_cmd_dest *dest, u8 addr,
> > > >  				   u16 payloadlen)
> > > >  {
> > > > @@ -705,6 +785,8 @@ i3c_master_find_i2c_dev_by_addr(const struct i3c_master_controller *master,
> > > >  	struct i2c_dev_desc *dev;
> > > >  
> > > >  	i3c_bus_for_each_i2cdev(&master->bus, dev) {
> > > > +		if (!dev->boardinfo)
> > > > +			continue;
> > > >  		if (dev->boardinfo->base.addr == addr)
> > > >  			return dev;
> > > >  	}
> > > > @@ -1478,7 +1560,8 @@ i3c_master_register_new_i3c_devs(struct i3c_master_controller *master)
> > > >  		return;
> > > >  
> > > >  	i3c_bus_for_each_i3cdev(&master->bus, desc) {
> > > > -		if (desc->dev || !desc->info.dyn_addr || desc == master->this)
> > > > +		if (desc->dev || !desc->info.dyn_addr ||
> > > > +		    desc == master->this || !desc->info.pid)
> > > >  			continue;
> > > >  
> > > >  		desc->dev = kzalloc(sizeof(*desc->dev), GFP_KERNEL);
> > > > @@ -1504,6 +1587,69 @@ i3c_master_register_new_i3c_devs(struct i3c_master_controller *master)
> > > >  	}
> > > >  }
> > > >  
> > > > +static struct i2c_dev_boardinfo *
> > > > +i3c_master_find_i2c_boardinfo(const struct i3c_master_controller *master,
> > > > +			      u16 addr, u8 lvr)
> > > 
> > > Same.
> > > 
> > 
> > Same :-)
> > 
> > > > +{
> > > > +	struct i2c_dev_boardinfo *i2cboardinfo;
> > > > +
> > > > +	list_for_each_entry(i2cboardinfo, &master->boardinfo.i2c, node) {
> > > > +		if (i2cboardinfo->base.addr == addr &&
> > > > +		    i2cboardinfo->lvr == lvr)
> > > > +			return i2cboardinfo;
> > > > +	}
> > > > +
> > > > +	return NULL;
> > > > +}
> > > > +
> > > > +static void
> > > > +i3c_master_register_new_i2c_devs(struct i3c_master_controller *master)
> > > > +{
> > > > +	struct i2c_adapter *adap = i3c_master_to_i2c_adapter(master);
> > > > +	struct i2c_dev_desc *i2cdev;
> > > > +
> > > > +	if (!master->init_done)
> > > > +		return;
> > > > +
> > > > +	i3c_bus_for_each_i2cdev(&master->bus, i2cdev) {
> > > > +
> > > > +		if (i2cdev->dev)
> > > > +			continue;
> > > > +
> > > > +		if (!i2cdev->boardinfo)
> > > > +			continue;
> > > > +
> > > > +		i2cdev->dev = i2c_new_device(adap, &i2cdev->boardinfo->base);
> > > > +	}
> > > > +}
> > > > +
> > > > +static int i3c_master_get_accmst_locked(struct i3c_master_controller *master,
> > > > +					u8 addr)
> > > > +{
> > > > +	struct i3c_ccc_getaccmst *accmst;
> > > > +	struct i3c_ccc_cmd_dest dest;
> > > > +	struct i3c_ccc_cmd cmd;
> > > > +	int ret;
> > > > +
> > > > +	accmst = i3c_ccc_cmd_dest_init(&dest, addr, sizeof(*accmst));
> > > > +	if (!accmst)
> > > > +		return -ENOMEM;
> > > > +
> > > > +	i3c_ccc_cmd_init(&cmd, true, I3C_CCC_GETACCMST, &dest, 1);
> > > > +
> > > > +	ret = i3c_master_send_ccc_cmd_locked(master, &cmd);
> > > > +	if (ret)
> > > > +		goto out;
> > > > +
> > > > +	if (dest.payload.len != sizeof(*accmst))
> > > > +		ret = -EIO;
> > > > +
> > > > +out:
> > > > +	i3c_ccc_cmd_dest_cleanup(&dest);
> > > > +
> > > > +	return ret;
> > > > +}
> > > > +EXPORT_SYMBOL_GPL(i3c_master_get_accmst_locked);
> > > >  /**
> > > >   * i3c_master_do_daa() - do a DAA (Dynamic Address Assignment)
> > > >   * @master: master doing the DAA
> > > > @@ -1548,10 +1694,6 @@ static int i3c_master_set_info(struct i3c_master_controller *master,
> > > >  	if (!i3c_bus_dev_addr_is_avail(&master->bus, info->dyn_addr))
> > > >  		return -EINVAL;
> > > >  
> > > > -	if (I3C_BCR_DEVICE_ROLE(info->bcr) == I3C_BCR_I3C_MASTER &&
> > > > -	    master->secondary)
> > > > -		return -EINVAL;
> > > > -
> > > >  	if (master->this)
> > > >  		return -EINVAL;
> > > >  
> > > > @@ -1560,7 +1702,8 @@ static int i3c_master_set_info(struct i3c_master_controller *master,
> > > >  		return PTR_ERR(i3cdev);
> > > >  
> > > >  	master->this = i3cdev;
> > > > -	master->bus.cur_master = master->this;
> > > > +	if (!secondary)
> > > > +		master->bus.cur_master = master->this;
> > > >  
> > > >  	ret = i3c_master_attach_i3c_dev(master, i3cdev);
> > > >  	if (ret)
> > > > @@ -1601,37 +1744,7 @@ static void i3c_master_detach_free_devs(struct i3c_master_controller *master)
> > > >  	}
> > > >  }
> > > >  
> > > > -/**
> > > > - * i3c_master_bus_init() - initialize an I3C bus
> > > > - * @master: main master initializing the bus
> > > > - *
> > > > - * This function is following all initialisation steps described in the I3C
> > > > - * specification:
> > > > - *
> > > > - * 1. Attach I2C and statically defined I3C devs to the master so that the
> > > > - *    master can fill its internal device table appropriately
> > > > - *
> > > > - * 2. Call &i3c_master_controller_ops->bus_init() method to initialize
> > > > - *    the master controller. That's usually where the bus mode is selected
> > > > - *    (pure bus or mixed fast/slow bus)
> > > > - *
> > > > - * 3. Instruct all devices on the bus to drop their dynamic address. This is
> > > > - *    particularly important when the bus was previously configured by someone
> > > > - *    else (for example the bootloader)
> > > > - *
> > > > - * 4. Disable all slave events.
> > > > - *
> > > > - * 5. Pre-assign dynamic addresses requested by the FW with SETDASA for I3C
> > > > - *    devices that have a static address
> > > > - *
> > > > - * 6. Do a DAA (Dynamic Address Assignment) to assign dynamic addresses to all
> > > > - *    remaining I3C devices
> > > > - *
> > > > - * Once this is done, all I3C and I2C devices should be usable.
> > > > - *
> > > > - * Return: a 0 in case of success, an negative error code otherwise.
> > > > - */
> > > > -static int i3c_master_bus_init(struct i3c_master_controller *master)
> > > > +static int i3c_master_attach_static_devs(struct i3c_master_controller *master)
> > > >  {
> > > >  	enum i3c_addr_slot_status status;
> > > >  	struct i2c_dev_boardinfo *i2cboardinfo;
> > > > @@ -1640,32 +1753,24 @@ static int i3c_master_bus_init(struct i3c_master_controller *master)
> > > >  	struct i2c_dev_desc *i2cdev;
> > > >  	int ret;
> > > >  
> > > > -	/*
> > > > -	 * First attach all devices with static definitions provided by the
> > > > -	 * FW.
> > > > -	 */
> > > >  	list_for_each_entry(i2cboardinfo, &master->boardinfo.i2c, node) {
> > > >  		status = i3c_bus_get_addr_slot_status(&master->bus,
> > > >  						      i2cboardinfo->base.addr);
> > > > -		if (status != I3C_ADDR_SLOT_FREE) {
> > > > -			ret = -EBUSY;
> > > > -			goto err_detach_devs;
> > > > -		}
> > > > +		if (status != I3C_ADDR_SLOT_FREE)
> > > > +			return -EBUSY;
> > > >  
> > > >  		i3c_bus_set_addr_slot_status(&master->bus,
> > > >  					     i2cboardinfo->base.addr,
> > > >  					     I3C_ADDR_SLOT_I2C_DEV);
> > > >  
> > > >  		i2cdev = i3c_master_alloc_i2c_dev(master, i2cboardinfo);
> > > > -		if (IS_ERR(i2cdev)) {
> > > > -			ret = PTR_ERR(i2cdev);
> > > > -			goto err_detach_devs;
> > > > -		}
> > > > +		if (IS_ERR(i2cdev))
> > > > +			return PTR_ERR(i2cdev);
> > > >  
> > > >  		ret = i3c_master_attach_i2c_dev(master, i2cdev);
> > > >  		if (ret) {
> > > >  			i3c_master_free_i2c_dev(i2cdev);
> > > > -			goto err_detach_devs;
> > > > +			return ret;
> > > >  		}
> > > >  	}
> > > >  	list_for_each_entry(i3cboardinfo, &master->boardinfo.i3c, node) {
> > > > @@ -1676,27 +1781,68 @@ static int i3c_master_bus_init(struct i3c_master_controller *master)
> > > >  		if (i3cboardinfo->init_dyn_addr) {
> > > >  			status = i3c_bus_get_addr_slot_status(&master->bus,
> > > >  						i3cboardinfo->init_dyn_addr);
> > > > -			if (status != I3C_ADDR_SLOT_FREE) {
> > > > -				ret = -EBUSY;
> > > > -				goto err_detach_devs;
> > > > -			}
> > > > +			if (status != I3C_ADDR_SLOT_FREE)
> > > > +				return -EBUSY;
> > > >  		}
> > > >  
> > > >  		i3cdev = i3c_master_alloc_i3c_dev(master, &info);
> > > > -		if (IS_ERR(i3cdev)) {
> > > > -			ret = PTR_ERR(i3cdev);
> > > > -			goto err_detach_devs;
> > > > -		}
> > > > +		if (IS_ERR(i3cdev))
> > > > +			return PTR_ERR(i3cdev);
> > > >  
> > > >  		i3cdev->boardinfo = i3cboardinfo;
> > > >  
> > > >  		ret = i3c_master_attach_i3c_dev(master, i3cdev);
> > > >  		if (ret) {
> > > >  			i3c_master_free_i3c_dev(i3cdev);
> > > > -			goto err_detach_devs;
> > > > +			return ret;
> > > >  		}
> > > >  	}
> > > >  
> > > > +	return 0;
> > > > +}
> > > > +
> > > > +/**
> > > > + * i3c_master_bus_init() - initialize an I3C bus
> > > > + * @master: main master initializing the bus
> > > > + *
> > > > + * This function is following all initialisation steps described in the I3C
> > > > + * specification:
> > > > + *
> > > > + * 1. Attach I2C and statically defined I3C devs to the master so that the
> > > > + *    master can fill its internal device table appropriately
> > > > + *
> > > > + * 2. Call &i3c_master_controller_ops->bus_init() method to initialize
> > > > + *    the master controller. That's usually where the bus mode is selected
> > > > + *    (pure bus or mixed fast/slow bus)
> > > > + *
> > > > + * 3. Instruct all devices on the bus to drop their dynamic address. This is
> > > > + *    particularly important when the bus was previously configured by someone
> > > > + *    else (for example the bootloader)
> > > > + *
> > > > + * 4. Disable all slave events.
> > > > + *
> > > > + * 5. Pre-assign dynamic addresses requested by the FW with SETDASA for I3C
> > > > + *    devices that have a static address
> > > > + *
> > > > + * 6. Do a DAA (Dynamic Address Assignment) to assign dynamic addresses to all
> > > > + *    remaining I3C devices
> > > > + *
> > > > + * Once this is done, all I3C and I2C devices should be usable.
> > > > + *
> > > > + * Return: a 0 in case of success, an negative error code otherwise.
> > > > + */
> > > > +static int i3c_master_bus_init(struct i3c_master_controller *master)
> > > > +{
> > > > +	struct i3c_dev_desc *i3cdev;
> > > > +	int ret;
> > > > +
> > > > +	/*
> > > > +	 * First attach all devices with static definitions provided by the
> > > > +	 * FW.
> > > > +	 */
> > > > +	ret = i3c_master_attach_static_devs(master);
> > > > +	if (ret)
> > > > +		goto err_detach_devs;
> > > >  	/*
> > > >  	 * Now execute the controller specific ->bus_init() routine, which
> > > >  	 * might configure its internal logic to match the bus limitations.
> > > > @@ -1780,45 +1926,76 @@ i3c_master_search_i3c_dev_duplicate(struct i3c_dev_desc *refdev)
> > > >  }
> > > >  
> > > >  /**
> > > > - * i3c_master_add_i3c_dev_locked() - add an I3C slave to the bus
> > > > - * @master: master used to send frames on the bus
> > > > - * @addr: I3C slave dynamic address assigned to the device
> > > > + * i3c_master_add_i2c_dev_locked() - add an I2C slave to the bus
> > > > + * @master: master used to register I2C device
> > > > + * @addr: I2C device address
> > > > + * @lvr: legacy virtual register value
> > > >   *
> > > > - * This function is instantiating an I3C device object and adding it to the
> > > > - * I3C device list. All device information are automatically retrieved using
> > > > - * standard CCC commands.
> > > > - *
> > > > - * The I3C device object is returned in case the master wants to attach
> > > > - * private data to it using i3c_dev_set_master_data().
> > > > + * This function is instantiating an I2C device object and adding it to the
> > > > + * I2C device list.
> > > >   *
> > > >   * This function must be called with the bus lock held in write mode.
> > > >   *
> > > >   * Return: a 0 in case of success, an negative error code otherwise.
> > > >   */
> > > > -int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master,
> > > > -				  u8 addr)
> > > > +int i3c_master_add_i2c_dev_locked(struct i3c_master_controller *master,
> > > > +				  u16 addr, u8 lvr)
> > > >  {
> > > > -	struct i3c_device_info info = { .dyn_addr = addr };
> > > > -	struct i3c_dev_desc *newdev, *olddev;
> > > > -	u8 old_dyn_addr = addr, expected_dyn_addr;
> > > > -	struct i3c_ibi_setup ibireq = { };
> > > > -	bool enable_ibi = false;
> > > > +	enum i3c_addr_slot_status status;
> > > > +	struct i2c_dev_desc *i2cdev;
> > > >  	int ret;
> > > >  
> > > >  	if (!master)
> > > >  		return -EINVAL;
> > > >  
> > > > -	newdev = i3c_master_alloc_i3c_dev(master, &info);
> > > > -	if (IS_ERR(newdev))
> > > > -		return PTR_ERR(newdev);
> > > > +	status = i3c_bus_get_addr_slot_status(&master->bus,
> > > > +					      addr);
> > > > +	if (status != I3C_ADDR_SLOT_FREE)
> > > > +		return -EBUSY;
> > > >  
> > > > -	ret = i3c_master_attach_i3c_dev(master, newdev);
> > > > -	if (ret)
> > > > +	i3c_bus_set_addr_slot_status(&master->bus, addr,
> > > > +				     I3C_ADDR_SLOT_I2C_DEV);
> > > > +
> > > > +	i2cdev = i3c_master_alloc_i2c_dev_no_boardinfo(master, addr, lvr);
> > > > +
> > > > +	if (IS_ERR(i2cdev)) {
> > > > +		ret = PTR_ERR(i2cdev);
> > > > +		goto err_free_dev;
> > > > +	}
> > > > +
> > > > +	i2cdev->boardinfo = i3c_master_find_i2c_boardinfo(master, addr, lvr);
> > > > +
> > > > +	ret = i3c_master_attach_i2c_dev(master, i2cdev);
> > > > +
> > > > +	if (ret) {
> > > > +		ret = PTR_ERR(i2cdev);
> > > >  		goto err_free_dev;
> > > > +	}
> > > > +
> > > > +	return 0;
> > > > +
> > > > +err_free_dev:
> > > > +	i3c_bus_set_addr_slot_status(&master->bus, addr,
> > > > +				     I3C_ADDR_SLOT_FREE);
> > > > +	i3c_master_free_i2c_dev(i2cdev);
> > > > +
> > > > +	return ret;
> > > > +}
> > > > +EXPORT_SYMBOL_GPL(i3c_master_add_i2c_dev_locked);
> > > > +
> > > > +static int
> > > > +i3c_master_retrieve_info_and_reuse(struct i3c_master_controller *master,
> > > > +				   struct i3c_dev_desc *newdev)
> > > > +{
> > > > +	struct i3c_dev_desc *olddev;
> > > > +	u8 old_dyn_addr = newdev->info.dyn_addr, expected_dyn_addr;
> > > > +	struct i3c_ibi_setup ibireq = { };
> > > > +	bool enable_ibi = false;
> > > > +	int ret;
> > > >  
> > > >  	ret = i3c_master_retrieve_dev_info(newdev);
> > > >  	if (ret)
> > > > -		goto err_detach_dev;
> > > > +		return ret;
> > > >  
> > > >  	olddev = i3c_master_search_i3c_dev_duplicate(newdev);
> > > >  	if (olddev) {
> > > > @@ -1857,7 +2034,7 @@ int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master,
> > > >  
> > > >  	ret = i3c_master_reattach_i3c_dev(newdev, old_dyn_addr);
> > > >  	if (ret)
> > > > -		goto err_detach_dev;
> > > > +		return ret;
> > > >  
> > > >  	/*
> > > >  	 * Depending on our previous state, the expected dynamic address might
> > > > @@ -1920,6 +2097,50 @@ int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master,
> > > >  	}
> > > >  
> > > >  	return 0;
> > > > +}
> > > > +
> > > > +/**
> > > > + * i3c_master_add_i3c_dev_locked() - add an I3C slave to the bus
> > > > + * @master: master used to send frames on the bus
> > > > + * @addr: I3C slave dynamic address assigned to the device
> > > > + *
> > > > + * This function is instantiating an I3C device object and adding it to the
> > > > + * I3C device list. All device information are automatically retrieved using
> > > > + * standard CCC commands.
> > > > + *
> > > > + * The I3C device object is returned in case the master wants to attach
> > > > + * private data to it using i3c_dev_set_master_data().
> > > > + *
> > > > + * This function must be called with the bus lock held in write mode.
> > > > + *
> > > > + * Return: a 0 in case of success, an negative error code otherwise.
> > > > + */
> > > > +int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master,
> > > > +				  u8 addr)
> > > > +{
> > > > +	struct i3c_device_info info = { .dyn_addr = addr };
> > > > +	struct i3c_dev_desc *newdev;
> > > > +	int ret;
> > > > +
> > > > +	if (!master)
> > > > +		return -EINVAL;
> > > > +
> > > > +	newdev = i3c_master_alloc_i3c_dev(master, &info);
> > > > +	if (IS_ERR(newdev))
> > > > +		return PTR_ERR(newdev);
> > > > +
> > > > +	ret = i3c_master_attach_i3c_dev(master, newdev);
> > > > +	if (ret)
> > > > +		goto err_free_dev;
> > > > +
> > > > +	if (i3c_master_owns_bus(master)) {
> > > > +		ret = i3c_master_retrieve_info_and_reuse(master, newdev);
> > > > +		if (ret)
> > > > +			goto err_detach_dev;
> > > > +	} else
> > > > +		master->want_to_acquire_bus = true;
> > > > +
> > > > +	return 0;
> > > >  
> > > >  err_detach_dev:
> > > >  	if (newdev->dev && newdev->dev->desc)
> > > > @@ -2101,11 +2322,15 @@ static int i3c_master_i2c_adapter_xfer(struct i2c_adapter *adap,
> > > >  	}
> > > >  
> > > >  	i3c_bus_normaluse_lock(&master->bus);
> > > > +	ret = i3c_master_acquire_bus_ownership(master);
> > > > +	if (ret)
> > > > +		goto err_unlock_bus;
> > > >  	dev = i3c_master_find_i2c_dev_by_addr(master, addr);
> > > >  	if (!dev)
> > > >  		ret = -ENOENT;
> > > >  	else
> > > >  		ret = master->ops->i2c_xfers(dev, xfers, nxfers);
> > > > +err_unlock_bus:
> > > >  	i3c_bus_normaluse_unlock(&master->bus);
> > > >  
> > > >  	return ret ? ret : nxfers;
> > > > @@ -2144,9 +2369,12 @@ static int i3c_master_i2c_adapter_init(struct i3c_master_controller *master)
> > > >  	 * We silently ignore failures here. The bus should keep working
> > > >  	 * correctly even if one or more i2c devices are not registered.
> > > >  	 */
> > > > -	i3c_bus_for_each_i2cdev(&master->bus, i2cdev)
> > > > +	i3c_bus_for_each_i2cdev(&master->bus, i2cdev) {
> > > > +		if (!i2cdev->boardinfo)
> > > > +			continue;
> > > >  		i2cdev->dev = i2c_new_device(adap, &i2cdev->boardinfo->base);
> > > >  
> > > > +	}
> > > >  	return 0;
> > > >  }
> > > >  
> > > > @@ -2385,9 +2613,76 @@ static int i3c_master_check_ops(const struct i3c_master_controller_ops *ops)
> > > >  	     !ops->recycle_ibi_slot))
> > > >  		return -EINVAL;
> > > >  
> > > > +	/*
> > > > +	 * If mastership request is supported, we also need hooks to control
> > > > +	 * when mastership request can occur by enabling/disabling the event.
> > > > +	 */
> > > > +	if (ops->request_mastership &&
> > > > +	    (!ops->enable_mr_events || !ops->disable_mr_events))
> > > > +		return -EINVAL;
> > > >  	return 0;
> > > >  }
> > > >  
> > > > +static void i3c_master_register_new_devs(struct i3c_master_controller *master)
> > > > +{
> > > > +	/*
> > > > +	 * We can register devices received from master by DEFSLVS.
> > > > +	 */
> > > > +	i3c_bus_normaluse_lock(&master->bus);
> > > > +	i3c_master_register_new_i3c_devs(master);
> > > > +	i3c_master_register_new_i2c_devs(master);
> > > > +	i3c_bus_normaluse_unlock(&master->bus);
> > > > +}
> > > > +
> > > > +/**
> > > > + * i3c_master_bus_takeover() - register new I3C devices on bus takeover
> > > > + * @master: master used to send frames on the bus
> > > > + *
> > > > + * This function is useful when devices were not added
> > > > + * during initialization or when new device joined the bus
> > > > + * which wasn't under our control.
> > > > + */
> > > > +void i3c_master_bus_takeover(struct i3c_master_controller *master)
> > > > +{
> > > > +	struct i3c_dev_desc *i3cdev, *i3ctmp;
> > > > +	int ret;
> > > > +
> > > > +	master->want_to_acquire_bus = false;
> > > 
> > > Can you explain the usage of this variable?
> > > 
> > 
> > The idea of this was to let HC know that we want to acquire the bus after
> > ENEC(MR) received in slave mode.
> 
> With the logic that I proposed you don't need this. When received ENEC 
> you will try to get the bus ownership if HC not fully initialized or have 
> DEFSLVS to add, otherwise you don't need to get the bus ownership.

In case devices on the bus are the same, I agree. But please consider the case
when slave joins the bus (Hot-Join) and MR event is disabled for now, our
secondary master receives DEFSLVS, we add that device to the subsystem but
cannot request mastership yet. We need a flag to indicate that we should
request mastership on next ENEC(MR). It doesn't make sense to request
mastership every time when ENEC(MR) is received.

> 
> > 
> > > > +
> > > > +	if (!master->init_done)
> > > > +		return;
> > > > +
> > > > +	i3c_bus_maintenance_lock(&master->bus);
> > > > +	master->ops->populate_bus(master);
> > > > +
> > > > +	list_for_each_entry_safe(i3cdev, i3ctmp, &master->bus.devs.i3c,
> > > > +				 common.node) {
> > > > +		if (i3cdev->info.pid)
> > > > +			continue;
> > > > +
> > > > +		ret = i3c_master_retrieve_info_and_reuse(master, i3cdev);
> > > > +		if (ret) {
> > > > +			if (i3cdev->dev && i3cdev->dev->desc)
> > > > +				i3cdev->dev->desc = NULL;
> > > > +
> > > > +			i3c_master_detach_i3c_dev(i3cdev);
> > > > +		}
> > > > +	}
> > > > +
> > > > +	/*
> > > > +	 * If current master finished bus initialization properly, we can
> > > > +	 * enable Mastership event.
> > > > +	 */
> > > > +	ret = i3c_master_enable_mr_events_locked(master);
> > > > +	if (ret)
> > > > +		dev_warn(&master->dev, "ENEC(MR) failed (ret = %i)", ret);
> > > > +
> > > > +	i3c_bus_maintenance_unlock(&master->bus);
> > > > +
> > > > +	i3c_master_register_new_devs(master);
> > > > +}
> > > > +EXPORT_SYMBOL_GPL(i3c_master_bus_takeover);
> > > > +
> > > >  /**
> > > >   * i3c_master_init() - initializes all the structures required by I3C master
> > > >   * @master: master used to send frames on the bus
> > > > @@ -2417,9 +2712,6 @@ int i3c_master_init(struct i3c_master_controller *master,
> > > >  	struct i2c_dev_boardinfo *i2cbi;
> > > >  	int ret;
> > > >  
> > > > -	/* We do not support secondary masters yet. */
> > > > -	if (secondary)
> > > > -		return -ENOTSUPP;
> > > >  
> > > >  	ret = i3c_master_check_ops(ops);
> > > >  	if (ret)
> > > > @@ -2432,6 +2724,7 @@ int i3c_master_init(struct i3c_master_controller *master,
> > > >  	master->dev.release = i3c_masterdev_release;
> > > >  	master->ops = ops;
> > > >  	master->secondary = secondary;
> > > > +	master->want_to_acquire_bus = secondary;
> > > >  	INIT_LIST_HEAD(&master->boardinfo.i2c);
> > > >  	INIT_LIST_HEAD(&master->boardinfo.i3c);
> > > >  
> > > > @@ -2488,6 +2781,92 @@ void i3c_master_cleanup(struct i3c_master_controller *master)
> > > >  EXPORT_SYMBOL_GPL(i3c_master_cleanup);
> > > >  
> > > >  /**
> > > > + * i3c_secondary_master_register() - register an secondary I3C master
> > > > + * @master: master used to send frames on the bus
> > > > + * @info: master info, describes this device
> > > > + *
> > > > + * This function takes care of everything for you:
> > > > + *
> > > > + * - updates this master info
> > > > + * - registers the I2C adapter
> > > > + * - if possible, populates the bus with devices received by DEFSLVS
> > > > + *   command
> > > > + *
> > > > + * Return: 0 in case of success, a negative error code otherwise.
> > > > + */
> > > > +int i3c_secondary_master_register(struct i3c_master_controller *master,
> > > > +				  struct i3c_device_info *info)
> > > > +{
> > > > +	int ret;
> > > > +
> > > > +	ret = i3c_master_set_info(master, info, master->secondary);
> > > > +	if (ret)
> > > > +		return ret;
> > > > +
> > > > +	ret = master->ops->bus_init(master);
> > > > +	if (ret)
> > > > +		return ret;
> > > 
> > > At this point you don't have enough information to do the bus 
> > > initialization.
> > > 
> > 
> > Actually, current ->bus_init() implementations (in CDNS and DW) does not
> > initialize the bus. We are just setting the mode, configuring some init values
> > in the registers and enabling the core. Maybe we should rename it?
> 
> The name for me its ok. My point was that when you call 
> i3c_secondary_master_register() in CDNS you don't have yet DEFSLVS 
> information.

It depends. When current master did not initialize the bus yet, this is true.
But when master and the bus are already initialized, I have DEFSLVS. Different
story is that devices aren't added to the subsystem yet. So what I have do in
that case is to enable to let HC operate and populate the bus later (using
->populate_bus() hook)

> 
> > 
> > > > +
> > > > +	ret = device_add(&master->dev);
> > > > +	if (ret)
> > > > +		return -1;
> > > > +
> > > > +	/*
> > > > +	 * Expose our I3C bus as an I2C adapter so that I2C devices are exposed
> > > > +	 * through the I2C subsystem.
> > > > +	 */
> > > > +	ret = i3c_master_i2c_adapter_init(master);
> > > > +	if (ret)
> > > > +		goto err_del_dev;
> > > > +
> > > > +	i3c_bus_maintenance_lock(&master->bus);
> > > > +	/*
> > > > +	 * If possible, request mastership and try to populate the bus.
> > > > +	 */
> > > > +	ret = i3c_master_request_mastership_locked(master);
> > > > +	if (ret)
> > > > +		dev_warn(&master->dev,
> > > > +			 "Mastership failed at init time (ret = %i)", ret);
> > > > +
> > > > +	/*
> > > > +	 * No matter if mastership takeover passed or not, add partialy
> > > > +	 * discovered devices. We can register them when ENEC(MR) is enabled.
> > > > +	 */
> > > > +	master->ops->populate_bus(master);
> > > > +
> > > > +	i3c_bus_maintenance_unlock(&master->bus);
> > > > +
> > > > +	/*
> > > > +	 * We're done initializing the bus and the controller, we can now
> > > > +	 * register I3C devices obtained by DEFSLVS.
> > > > +	 */
> > > > +	master->init_done = true;
> > > > +	i3c_master_register_new_devs(master);
> > > > +
> > > > +	/*
> > > > +	 * If we are owning the bus, enable ENEC(MR) to let other masters
> > > > +	 * initialize their bus.
> > > > +	 */
> > > > +	if (i3c_master_owns_bus(master)) {
> > > > +		i3c_bus_maintenance_lock(&master->bus);
> > > > +		ret = i3c_master_enable_mr_events_locked(master);
> > > > +		i3c_bus_maintenance_unlock(&master->bus);
> > > > +		if (ret)
> > > > +			dev_warn(&master->dev,
> > > > +				 "ENEC(MR) failed (ret = %i)", ret);
> > > > +	}
> > > > +
> > > > +
> > > > +	return 0;
> > > > +
> > > > +err_del_dev:
> > > > +	device_del(&master->dev);
> > > > +
> > > > +	return ret;
> > > > +}
> > > > +EXPORT_SYMBOL_GPL(i3c_secondary_master_register);
> > > > +
> > > > +/**
> > > >   * i3c_master_register() - register an primary I3C master
> > > >   * @master: master used to send frames on the bus
> > > >   * @info: master info, describes this device
> > > > @@ -2509,7 +2888,6 @@ int i3c_master_register(struct i3c_master_controller *master,
> > > >  	ret = i3c_master_set_info(master, info, master->secondary);
> > > >  	if (ret)
> > > >  		return ret;
> > > > -
> > > >  	ret = i3c_master_bus_init(master);
> > > >  	if (ret)
> > > >  		return ret;
> > > > @@ -2535,6 +2913,16 @@ int i3c_master_register(struct i3c_master_controller *master,
> > > >  	i3c_master_register_new_i3c_devs(master);
> > > >  	i3c_bus_normaluse_unlock(&master->bus);
> > > >  
> > > > +	/*
> > > > +	 * Enable ENEC(MR) and let other masters request mastership
> > > > +	 * and initialize their bus.
> > > > +	 */
> > > > +	i3c_bus_maintenance_lock(&master->bus);
> > > > +	ret = i3c_master_enable_mr_events_locked(master);
> > > > +	i3c_bus_maintenance_unlock(&master->bus);
> > > > +	if (ret)
> > > > +		dev_warn(&master->dev, "ENEC(MR) failed (ret = %i)", ret);
> > > > +
> > > >  	return 0;
> > > >  
> > > >  err_del_dev:
> > > > @@ -2548,6 +2936,29 @@ int i3c_master_register(struct i3c_master_controller *master,
> > > >  EXPORT_SYMBOL_GPL(i3c_master_register);
> > > >  
> > > >  /**
> > > > + * i3c_master_mastership_ack() - acknowledges bus takeover.
> > > > + * @master: master used to send frames on the bus
> > > > + * @addr: I3C device address
> > > > + *
> > > > + * This function acknowledges bus takeover.
> > > > + *
> > > > + * Return: 0 in case of success, a negative error code otherwise.
> > > > + */
> > > > +int i3c_master_mastership_ack(struct i3c_master_controller *master,
> > > > +			      u8 addr)
> > > > +{
> > > > +	int ret;
> > > > +
> > > > +	i3c_bus_maintenance_lock(&master->bus);
> > > > +	ret = i3c_master_get_accmst_locked(master, addr);
> > > > +	i3c_bus_maintenance_unlock(&master->bus);
> > > > +
> > > > +	return ret;
> > > > +}
> > > > +EXPORT_SYMBOL_GPL(i3c_master_mastership_ack);
> > > > +
> > > > +
> > > > +/**
> > > >   * i3c_master_unregister() - unregister an I3C master
> > > >   * @master: master used to send frames on the bus
> > > >   *
> > > > @@ -2557,6 +2968,9 @@ EXPORT_SYMBOL_GPL(i3c_master_register);
> > > >   */
> > > >  int i3c_master_unregister(struct i3c_master_controller *master)
> > > >  {
> > > > +	i3c_bus_maintenance_lock(&master->bus);
> > > > +	i3c_master_disable_mr_events(master);
> > > > +	i3c_bus_maintenance_unlock(&master->bus);
> > > >  	i3c_master_i2c_adapter_cleanup(master);
> > > >  	i3c_master_unregister_i3c_devs(master);
> > > >  	i3c_master_bus_cleanup(master);
> > > > diff --git a/include/linux/i3c/master.h b/include/linux/i3c/master.h
> > > > index e089771..6ac9b46 100644
> > > > --- a/include/linux/i3c/master.h
> > > > +++ b/include/linux/i3c/master.h
> > > > @@ -421,6 +421,26 @@ struct i3c_bus {
> > > >   *		      for a future IBI
> > > >   *		      This method is mandatory only if ->request_ibi is not
> > > >   *		      NULL.
> > > > + * @request_mastership: requests bus mastership. Mastership is requested
> > > > + *                      automatically when device driver wants to transfer
> > > > + *                      data using a master that does not currently
> > > > + *                      owns the bus.
> > > > + * @enable_mr_events: enable the Mastership event. Master driver can prepare
> > > > + *                    its internal state to be ready for incoming mastership
> > > > + *                    requests and then should send ENEC(MR) command to let
> > > > + *                    other masters take control over the bus.
> > > > + * @disable_mr_events: disable the Mastership event. Master driver should
> > > > + *                     immediately send DISEC(MR) command and can perform other
> > > > + *                     operations. For example, recycle IBI slot if used before
> > > > + *                     for MR event.
> > > > + * @populate_pus: populates the bus. Called after bus takeover. Secondary
> > > > + *                master can't perform DAA procedure. This function allows to
> > > > + *                update devices received from previous bus owner in DEFSLVS
> > > > + *                command. Useful also when new device joins the bus controlled
> > > > + *                by secondary master, main master will be able to add
> > > > + *                this device after mastership takeover. Driver should also
> > > > + *		  update bus mode when I2C device is on the bus.
> > > > + *
> > > >   */
> > > >  struct i3c_master_controller_ops {
> > > >  	int (*bus_init)(struct i3c_master_controller *master);
> > > > @@ -447,6 +467,10 @@ struct i3c_master_controller_ops {
> > > >  	int (*disable_ibi)(struct i3c_dev_desc *dev);
> > > >  	void (*recycle_ibi_slot)(struct i3c_dev_desc *dev,
> > > >  				 struct i3c_ibi_slot *slot);
> > > > +	int (*request_mastership)(struct i3c_master_controller *master);
> > > > +	int (*enable_mr_events)(struct i3c_master_controller *master);
> > > > +	int (*disable_mr_events)(struct i3c_master_controller *master);
> > > > +	int (*populate_bus)(struct i3c_master_controller *master);
> > > >  };
> > > >  
> > > >  /**
> > > > @@ -488,6 +512,7 @@ struct i3c_master_controller {
> > > >  	} boardinfo;
> > > >  	struct i3c_bus bus;
> > > >  	struct workqueue_struct *wq;
> > > > +	bool want_to_acquire_bus;
> > > >  };
> > > >  
> > > >  /**
> > > > @@ -526,6 +551,8 @@ int i3c_master_defslvs_locked(struct i3c_master_controller *master);
> > > >  int i3c_master_get_free_addr(struct i3c_master_controller *master,
> > > >  			     u8 start_addr);
> > > >  
> > > > +int i3c_master_add_i2c_dev_locked(struct i3c_master_controller *master,
> > > > +				  u16 addr, u8 lvr);
> > > >  int i3c_master_add_i3c_dev_locked(struct i3c_master_controller *master,
> > > >  				  u8 addr);
> > > >  int i3c_master_do_daa(struct i3c_master_controller *master);
> > > > @@ -535,9 +562,14 @@ int i3c_master_init(struct i3c_master_controller *master,
> > > >  		    const struct i3c_master_controller_ops *ops,
> > > >  		    bool secondary);
> > > >  void i3c_master_cleanup(struct i3c_master_controller *master);
> > > > +int i3c_secondary_master_register(struct i3c_master_controller *master,
> > > > +				  struct i3c_device_info *info);
> > > >  int i3c_master_register(struct i3c_master_controller *master,
> > > >  			struct i3c_device_info *info);
> > > >  int i3c_master_unregister(struct i3c_master_controller *master);
> > > > +int i3c_master_mastership_ack(struct i3c_master_controller *master,
> > > > +			      u8 addr);
> > > > +void i3c_master_bus_takeover(struct i3c_master_controller *master);
> > > >  int i3c_bus_set_mode(struct i3c_bus *i3cbus, enum i3c_bus_mode mode);
> > > >  
> > > >  /**
> > > > @@ -648,7 +680,5 @@ void i3c_master_queue_ibi(struct i3c_dev_desc *dev, struct i3c_ibi_slot *slot);
> > > >  
> > > >  struct i3c_ibi_slot *i3c_master_get_free_ibi_slot(struct i3c_dev_desc *dev);
> > > >  
> > > > -void i3c_bus_maintenance_lock(struct i3c_bus *bus);
> > > > -void i3c_bus_maintenance_unlock(struct i3c_bus *bus);
> > > >  
> > > >  #endif /* I3C_MASTER_H */
> > > > -- 
> > > > 2.4.5
> > > 
> > > In generally I found this intrusive for the current eco system.
> > > 
> > > I propose the following:
> > > 1 - Keep the function i3c_master_register() as is and go out before 
> > 
> > We had that version previously. We decided to split it.
> 
> You just need to split the secondary master part from it. So you can go 
> out before i3c_master_bus_init() and keep the same function.

We discussed that with Boris and we decided to split this function in this
version to make things clear.

> 
> Them use i3c_secondary_master_register() when received DEFSLVS or ENEC 
> MR.

It is also possible that our controller received DA and DEFSLVS even before
master registration. We should try to register that, this is something I'm
testing in my scenarios.

> 
> > 
> > > i3c_master_bus_init() if secondary master.
> > > @Boris Brezillon is it possible to replace device_initialize() device_add() with device_register()?
> > > 
> > > 2 - When received DEFSLVS commands add devices to a link list like 
> > > boardinfo.
> > 
> > If DEFSLVS received devices are partialy added at init time.
> > 
> > >   Get bus ownership if there is DEFSLVS to add or secondary master not 
> > > initialized. 
> > > 
> > > 3 - When received ENEC MR
> > 
> > I thought it works like that :-) When ENEC(MR) received, HC driver adds devices
> > from DEFSLVS frame,
> 
> Yes, but in your case the logic is in HC. Let the subsystem do that task 
> when you switch the role.
> I think you did that in v1 or v2.

True, but we also decided to do this in HC. We didn't want to standarize events
yet.

> 
> > 
> > >   Get bus ownership if there is DEFSLVS to add or secondary master not 
> > > initialized.
> > > 
> > > 4 - When secondary master became current master.
> > 
> > and calls i3c_master_bus_takeover() to let subsystem gather device information
> > and register them.
> 
> It  is not clear to me if it is already the current master.

Bus takeover should be performed right after we got the control over the bus. I
don't know how to make is simpler.

> 
> > 
> > >   Attach new devices to the host controller and retrieve device info 
> > > (same logic as in i3c_master_add_i3c_dev_locked).
> > > 
> > > With this approach on HC side you just need to add the secondary master 
> > > stuff without changing the current code and leave for the subsystem the 
> > > responsible to manage all these secondary master task.
> > 
> > This may be difficult for some controllers, depends where DEFSLVS device
> > information is stored.
> 
> That is the main reason I want pass DEFSLVS to a list in the subsystem.
> I think it will be common to everyone receive a notification that DEFSLVS 
> arrived.

As I said before, I'm not sure if this is good idea or not. We are registering
the devices in HC drivers after DAA using i3c_master_add_i3c_dev_locked() and
this isn't the issue. I wonder why it could be the problem here. The
difference here is only the source of the devices, not DAA but DEFSLVS.

> 
> > I also cannot find information about that part in
> > MIPI I3C HCI specification. This part can be vendor specific. What do you
> > think?
> 
> It is not defined int v1.0

I see now that HCI spec does not cover secondary master functionality at all.

> 
> > 
> > > 
> > > Let me know if this works for you.
> > > 
> > > 
> > > Best regards,
> > > Vitor Soares
> > 
> > -- 
> > -- 
> > Przemyslaw Gaj
> 
> Best regards,
> Vitor Soares
> 
> 

-- 
-- 
Przemyslaw Gaj

_______________________________________________
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

  reply	other threads:[~2019-07-15  7:25 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-22 20:54 [PATCH v5 0/7] Add the I3C mastership request Przemyslaw Gaj
2019-06-22 20:54 ` [PATCH v5 1/7] i3c: add addr and lvr to i2c_dev_desc structure Przemyslaw Gaj
2019-06-22 20:55 ` [PATCH v5 2/7] i3c: split i3c_master_register into init - register pair Przemyslaw Gaj
2019-07-06  8:48   ` Boris Brezillon
2019-12-02 10:31   ` Przemyslaw Gaj
2019-06-22 20:55 ` [PATCH v5 3/7] i3c: export i3c_bus_set_mode function Przemyslaw Gaj
2019-07-06  7:39   ` Boris Brezillon
2019-06-22 20:55 ` [PATCH v5 4/7] i3c: Add support for mastership request to I3C subsystem Przemyslaw Gaj
2019-07-06  9:00   ` Boris Brezillon
2019-07-10 18:04   ` Vitor Soares
2019-07-11  5:28     ` Przemyslaw Gaj
2019-07-11 10:11       ` Vitor Soares
2019-07-12 10:10         ` Przemyslaw Gaj [this message]
2019-07-12 11:28           ` Vitor Soares
2019-08-11 10:17             ` Boris Brezillon
2019-08-12 13:55               ` Vitor Soares
2019-08-12 14:55                 ` Boris Brezillon
2019-08-22 11:08                   ` Vitor Soares
2019-06-22 20:55 ` [PATCH v5 5/7] i3c: master: cdns: add support for mastership request to Cadence I3C master driver Przemyslaw Gaj
2019-06-22 20:55 ` [PATCH v5 6/7] i3c: master: Add module author Przemyslaw Gaj
2019-06-22 20:55 ` [PATCH v5 7/7] MAINTAINERS: add myself as co-maintainer of i3c subsystem Przemyslaw Gaj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190712101042.GA4728@global.cadence.com \
    --to=pgaj@cadence.com \
    --cc=Vitor.Soares@synopsys.com \
    --cc=agolec@cadence.com \
    --cc=bbrezillon@kernel.org \
    --cc=linux-i3c@lists.infradead.org \
    --cc=rafalc@cadence.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).