From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx> This driver depends on gpio consumer.h, that depends on some built-in kernel functionality and while we can now backport built-in stuff we'd need to make that depend on BACKPORT_INTEGRATE and then figure out how to backport that functionality on integration. This doesn't seem like a good candidate to test that with though. Let's wait for something more desirable. Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxx> --- dependencies | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dependencies b/dependencies index 1ca9061..8e11497 100644 --- a/dependencies +++ b/dependencies @@ -28,8 +28,19 @@ VIDEO_RENESAS_VSP1 3.4 VIDEO_MEM2MEM_DEINTERLACE 3.3 MEDIA_TUNER_E4000 3.4 DVB_USB_RTL28XXU 3.4 + # missing linux/gpio/consumer.h +# consumer.h cannot be backported currently, as functions rely +# on in-kernel functionality (GPIO_DEVRES), we can now backport +# in-kernel functionality but we'd need to make that depend on +# integration only and figure out a way to easily split that. +# This does not seem like a good test desirable test case to +# start that work with. VIDEO_ADV7604 3.13 +I2C_SI4713 3.13 +USB_SI4713 3.13 +PLATFORM_SI4713 3.13 + # missing function clk_prepare_enable(), clk_disable_unprepare() and devm_regulator_bulk_get() VIDEO_MT9V032 3.3 VIDEO_S5K6AA 3.3 -- 2.1.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html