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)
commitbbaa9cd3a605e337cefc566e5ac1b110763c8d1c
treec38257f4e57adb0d5ec9cd7b706dcc4a0d509292
parent897609370d25c69e95a174dbd75df6e5bc3a26c8
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