This patchset fixes most of the sparse errors in drivers/clk/ that I could find. The rest of the errors are mostly to do with conditional locking and a couple drivers that cast an iomem pointer to an int to compare addresses.
Cc: Alexandre Belloni <[email protected]> Cc: Alex Elder <[email protected]> Cc: Barry Song <[email protected]> Cc: Chao Xie <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Javier Martinez Canillas <[email protected]> Cc: Jonas Jensen <[email protected]> Cc: Jyri Sarha <[email protected]> Cc: Linus Walleij <[email protected]> Cc: Magnus Damm <[email protected]> Cc: Pawel Moll <[email protected]> Cc: Peter Ujfalusi <[email protected]> Cc: Sebastian Hesselbarth <[email protected]> Cc: Simon Horman <[email protected]> Cc: Sylwester Nawrocki <[email protected]> Cc: Takashi Yoshii <[email protected]> Cc: Tero Kristo <[email protected]> Cc: Tim Kryger <[email protected]> Cc: Zhangfei Gao <[email protected]> Stephen Boyd (19): clk: gpio-gate: Don't export __init functions clk: Silence sparse warnings about __clk_{get,put}() clk: max-gen: Silence sparse warnings clk: bcm/kona: Silence sparse warnings clk: bcm/kona: Remove ccu_list clk: berlin: Silence sparse warning clk: hix5hd2: Silence sparse warnings clk: samsung: Silence sparse warnings clk: emev2: Silence sparse warnings clk: sirf: Silence sparse warnings clk: socfpga: Silence sparse warning clk: st: Silence sparse warnings clk: ti: Silence sparse warnings clk: versatile: Silence sparse warnings clk: socfpga: Silence sparse warning clk: mmp: Silence sparse warnings clk: xgene: Silence sparse warnings clk: moxart: Silence sparse warnings clk: u300: Silence sparse warnings drivers/clk/bcm/clk-kona-setup.c | 4 ---- drivers/clk/bcm/clk-kona.c | 2 +- drivers/clk/bcm/clk-kona.h | 2 -- drivers/clk/berlin/berlin2-pll.c | 9 +-------- drivers/clk/clk-gpio-gate.c | 3 +-- drivers/clk/clk-max-gen.c | 2 ++ drivers/clk/clk-moxart.c | 4 ++-- drivers/clk/clk-u300.c | 1 + drivers/clk/clk-xgene.c | 22 ++++++++++++---------- drivers/clk/clk.c | 1 + drivers/clk/hisilicon/clk-hix5hd2.c | 5 +++-- drivers/clk/mmp/clk-apbc.c | 2 +- drivers/clk/mmp/clk-apmu.c | 2 +- drivers/clk/samsung/clk-exynos5260.c | 26 +++++++++++++------------- drivers/clk/shmobile/clk-emev2.c | 2 +- drivers/clk/sirf/clk-common.c | 4 ++-- drivers/clk/socfpga/clk-gate.c | 2 +- drivers/clk/socfpga/clk-periph.c | 2 +- drivers/clk/st/clk-flexgen.c | 6 +++--- drivers/clk/st/clkgen-fsyn.c | 4 ++-- drivers/clk/st/clkgen-mux.c | 14 +++++++------- drivers/clk/st/clkgen-pll.c | 10 +++++----- drivers/clk/ti/clk-dra7-atl.c | 4 ++-- drivers/clk/ti/clk.c | 4 ++-- drivers/clk/ti/dpll.c | 2 +- drivers/clk/ti/fapll.c | 6 +++--- drivers/clk/versatile/clk-sp810.c | 4 ++-- 27 files changed, 71 insertions(+), 78 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

