From 326a39522d7685e261d6366db1b60b61edabd5c4 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 6 Dec 2019 14:14:14 +0000 Subject: [PATCH] Summary: imx-sdma potential sources found by GNUtoo git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@17090 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 68e417871db..0e60389b3a1 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2019-12-02 +# deblob-check version 2019-12-05 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2596,6 +2596,7 @@ set_except () { # New in 2.6.37, up to -rc5. defsnc 'static[ ]u32[ ]epll_div\[\]\[6\][ ]=' arch/arm/mach-s5pv210/clock.c defsnc 'static[ ]\(const[ ]\)\?struct[ ]titan_gpio_cfg[ ]titan_gpio_table\[\][ ]=' arch/mips/ar7/gpio.c + # GNUtoo found potential sources for these on 2019-12-05, checking. blobname 'sdma-%s-to%d\.bin' drivers/dma/imx-sdma.c defsnc '[ ]static[ ]u8[ ]def_regs\[\][ ]=' drivers/media/common/tuners/tda18218.c accept 'static[ ]struct[ ]dvb_usb_device_properties[ ]lme2510c\?_properties[ ]=[ ][{][\n]\([ ]\.\(caps\|usb_ctrl\)[ ]*=[ ][^",]*,[\n]*\)*\([ ]\.download_firmware[ ]=[ ]lme2510_download_firmware,[\n]\)\?[ ]\.firmware[ ]*=[ ]' drivers/media/dvb/dvb-usb/lmedm04.c -- 2.31.1