#ifndef KEYPAIR_H #define KEYPAIR_H extern void generate_keypair(void); extern void verify_keypair(void); #endif /* KEYPAIR_H */
summaryrefslogtreecommitdiff
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2016-04-15 15:32:53 +0900
committerSylwester Nawrocki <s.nawrocki@samsung.com>2016-04-15 18:13:45 +0200
commit81fed6e342c04a4ecb0650c914d24bd57c6c168f (patch)
tree6b0d48e7ef66a2a9cb655dba3c18596cbf181cdc /Documentation/i2c
parent72b67b3fcb5f500e73dfd42dce3a4749ba84e4bf (diff)
clk: samsung: exynos542x: Add the clock id for ACLK
This patch adds the clock id for ACLK clock which is source clock of AMBA AXI bus. This clock should be handled in the bus frequency scaling driver. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Tested-by: Markus Reichl <m.reichl@fivetechno.de> Tested-by: Anand Moon <linux.amoon@gmail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'Documentation/i2c')