Re: [PATCH] bus/pci: enhance driver pointer documentation

2022-03-07 Thread Thomas Monjalon
01/03/2022 11:53, David Marchand: > Setting driver pointer before mapping required for write combining > support since commit 4a928ef9f611 ("bus/pci: enable write combining > during mapping"). > > Move comments that got separated after different changes. > Also change the condition relying on dev-

[PATCH] bus/pci: enhance driver pointer documentation

2022-03-01 Thread David Marchand
Setting driver pointer before mapping required for write combining support since commit 4a928ef9f611 ("bus/pci: enable write combining during mapping"). Move comments that got separated after different changes. Also change the condition relying on dev->driver itself. Signed-off-by: David Marchand