alistair23-linux/drivers/staging/octeon
Guenter Roeck 7d42b7961b staging/octeon: Mark Ethernet driver as BROKEN
The code doesn't compile due to incompatible pointer errors such as

drivers/staging/octeon/ethernet-tx.c:649:50: error:
	passing argument 1 of 'cvmx_wqe_get_grp' from incompatible pointer type

This is due to mixing, for example, cvmx_wqe_t with 'struct cvmx_wqe'.

Unfortunately, one can not just revert the primary offending commit, as doing so
results in secondary errors. This is made worse by the fact that the "removed"
typedefs still exist and are used widely outside the staging directory,
making the entire set of "remove typedef" changes pointless and wrong.

Reflect reality and mark the driver as BROKEN.

Fixes: ef1fe6b736 ("staging: octeon: remove typedef declaration for cvmx_wqe")
Fixes: 73aef0c9d2 ("staging: octeon: remove typedef declaration for cvmx_helper_link_info")
Cc: Wambui Karuga <wambui.karugax@gmail.com>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20191202141836.9363-1-linux@roeck-us.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-12-10 10:03:01 +01:00
..
ethernet-defines.h staging/octeon: Allow test build on !MIPS 2019-07-29 10:35:41 -07:00
ethernet-mdio.c staging: octeon: remove typedef declaration for cvmx_helper_link_info 2019-10-14 15:36:52 +02:00
ethernet-mdio.h staging: octeon: remove redundant license text 2018-01-15 16:03:45 +01:00
ethernet-mem.c staging/octeon: Allow test build on !MIPS 2019-07-29 10:35:41 -07:00
ethernet-mem.h staging: octeon: remove redundant license text 2018-01-15 16:03:45 +01:00
ethernet-rgmii.c staging: octeon: remove typedef declaration for cvmx_helper_link_info 2019-10-14 15:36:52 +02:00
ethernet-rx.c staging: octeon: remove typedef declaration for cvmx_wqe 2019-10-14 15:36:52 +02:00
ethernet-rx.h staging/octeon: Allow test build on !MIPS 2019-07-29 10:35:41 -07:00
ethernet-sgmii.c staging/octeon: Allow test build on !MIPS 2019-07-29 10:35:41 -07:00
ethernet-spi.c staging/octeon: Allow test build on !MIPS 2019-07-29 10:35:41 -07:00
ethernet-tx.c staging: octeon: fix restricted __be16 degrades to integer 2019-10-15 18:35:01 +02:00
ethernet-tx.h staging: octeon: remove redundant license text 2018-01-15 16:03:45 +01:00
ethernet-util.h staging/octeon: Allow test build on !MIPS 2019-07-29 10:35:41 -07:00
ethernet.c staging: octeon: remove typedef declaration for cvmx_helper_link_info 2019-10-14 15:36:52 +02:00
Kconfig staging/octeon: Mark Ethernet driver as BROKEN 2019-12-10 10:03:01 +01:00
Makefile staging: octeon: remove redundant license text 2018-01-15 16:03:45 +01:00
octeon-ethernet.h staging: octeon: remove typedef declaration for cvmx_helper_link_info 2019-10-14 15:36:52 +02:00
octeon-stubs.h staging: octeon: indent with tabs instead of spaces 2019-11-22 11:32:54 +01:00
TODO staging: octeon-ethernet: add TODO 2019-04-30 15:00:30 +02:00