summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/platform.c
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: consolidate GPIO reset handlingRob Herring2018-06-211-22/+0
| | | | | | | | | Now that platform.c only has the GPIO reset handling left, move the initcall to reset.c and remove platform.c. Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* microblaze: remove unecessary of_platform_bus_probe callRob Herring2018-06-211-7/+0
| | | | | | | | | | | The call to of_platform_bus_probe has no effect because the DT core already probes default buses like "simple-bus" before this call. Michal Simek said 'xlnx,compound' hasn't been used in a long time, so that match entry isn't needed. Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* microblaze: remove unnecessary prom.h includesRob Herring2018-04-231-1/+0
| | | | | | | | In preparation to remove prom.h, remove unnecessary prom.h includes. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* microblaze: Remove platform folderMichal Simek2014-04-071-0/+30
There is no reason to use platform folder structure now. Everything is OF driven. Signed-off-by: Michal Simek <michal.simek@xilinx.com>