]> git.baikalelectronics.ru Git - kernel.git/commit
fpga: region: don't use drvdata in common fpga code
authorAlan Tull <atull@kernel.org>
Wed, 16 May 2018 23:49:54 +0000 (18:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 May 2018 16:23:55 +0000 (18:23 +0200)
commit7b6ab386ed47a5c50ce38a82bacdcde80c7d5105
treec38257f4e57adb0d5ec9cd7b706dcc4a0d509292
parent74ca96261d1401911711c8a5f2b4a5b7d2163c7f
fpga: region: don't use drvdata in common fpga code

Changes to fpga_region_register function to not set drvdata.

Setting drvdata is fine for DT based devices that will have one region
per platform device.  However PCIe based devices may have multiple
FPGA regions under one PCIe device.  Without these changes, the PCIe
solution has to create an extra device for each child region to hold
drvdata.

Signed-off-by: Alan Tull <atull@kernel.org>
Reported-by: Jiuyue Ma <majiuyue@huawei.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/fpga-region.c
drivers/fpga/of-fpga-region.c