summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
this.form.submit();'>space:mode:
authorPramod Gurav <pramod.gurav@linaro.org>2016-05-02 17:44:03 +0530
committerMark Brown <broonie@kernel.org>2016-05-02 15:27:28 +0100
commitdae1a7700b34eceae049cf8f1567a640528ca4c1 (patch)
treeb03cbe5502dfe7f7e116f6c46e98f8cbc9d6c4bb /Documentation/devicetree
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
spi: qup: Handle clocks in pm_runtime suspend and resume
Clocks must ne disabled in pm_runtime to achieve some power saving. Enable the clocks when the device is runtime resumed during a transfer. Signed-off-by: Pramod Gurav <pramod.gurav@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')