Re: [PATCH v5 01/23] PCI: Fix race condition in pci_enable/disable_device()

2019-08-22 Thread Marta Rybczynska
t;), but adding a per-device mutexes and > preventing the dev->enable_cnt from from incrementing early. > > CC: Srinath Mannam > CC: Marta Rybczynska > Signed-off-by: Sergey Miroshnichenko > > [1] > https://lore.kernel.org/linux-pci/1501858648-8-1-git

Re: [PATCH 00/36] Devicetree schema

2018-11-08 Thread Marta Rybczynska
Rob, The patch set does convert the documentation files. Could you explain the workflow of verifying a DTS? From what I can understand we can validate YAML devicetrees, and the schema files against the meta-schemas, but I see no tool for DTS to YAML conversion in your tools. Do you use https://gith