uboot-sunxi: bump u-boot version
[openwrt.git] / target / linux / sunxi / patches-3.12 / 184-sunxi-mci-use-phasectrl-from-sunxiclk.patch
1 From 518dfd76baef66d0ef4c256fc0f72ea06d6be8cc Mon Sep 17 00:00:00 2001
2 From: Hans de Goede <hdegoede@redhat.com>
3 Date: Sun, 15 Dec 2013 19:44:01 +0100
4 Subject: [PATCH] ARM: sunxi: clk: export clk_sunxi_mmc_phase_control
5
6 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
7 ---
8  include/linux/clk/sunxi.h | 22 ++++++++++++++++++++++
9  1 file changed, 22 insertions(+)
10  create mode 100644 include/linux/clk/sunxi.h
11
12 diff --git a/include/linux/clk/sunxi.h b/include/linux/clk/sunxi.h
13 new file mode 100644
14 index 0000000..1ef5c89
15 --- /dev/null
16 +++ b/include/linux/clk/sunxi.h
17 @@ -0,0 +1,22 @@
18 +/*
19 + * Copyright 2013 - Hans de Goede <hdegoede@redhat.com>
20 + *
21 + * This program is free software; you can redistribute it and/or modify
22 + * it under the terms of the GNU General Public License as published by
23 + * the Free Software Foundation; either version 2 of the License, or
24 + * (at your option) any later version.
25 + *
26 + * This program is distributed in the hope that it will be useful,
27 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
28 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 + * GNU General Public License for more details.
30 + */
31 +
32 +#ifndef __LINUX_CLK_SUNXI_H_
33 +#define __LINUX_CLK_SUNXI_H_
34 +
35 +#include <linux/clk.h>
36 +
37 +void clk_sunxi_mmc_phase_control(struct clk_hw *hw, u8 sample, u8 output);
38 +
39 +#endif
40 -- 
41 1.8.5.1
42