Revision db7ef289a2f6a4a72c7715076dfd44e9f393b29c authored by Chen Gang on 14 March 2014, 01:19:39 UTC, committed by Guan Xuetao on 20 June 2014, 00:22:37 UTC
Add readl() and writel() for 'PM_' macros, just like another areas have
done within unicored32, or will cause compiling issue.

The related error (allmodconfig for unicored32):

    CC      arch/unicore32/kernel/clock.o
  arch/unicore32/kernel/clock.c: In function 'clk_set_rate':
  arch/unicore32/kernel/clock.c:182: warning: initialization makes integer from pointer without a cast
  arch/unicore32/kernel/clock.c:204: error: lvalue required as left operand of assignment
  arch/unicore32/kernel/clock.c:206: error: lvalue required as left operand of assignment
  arch/unicore32/kernel/clock.c:207: error: invalid operands to binary & (have 'void *' and 'long unsigned int')
  make[1]: *** [arch/unicore32/kernel/clock.o] Error 1
  make: *** [arch/unicore32/kernel] Error 2

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
1 parent df8e4c7
History
File Mode Size
.gitignore -rw-r--r-- 12 bytes
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 758 bytes
asymmetric_keys.h -rw-r--r-- 518 bytes
asymmetric_type.c -rw-r--r-- 6.7 KB
public_key.c -rw-r--r-- 3.1 KB
public_key.h -rw-r--r-- 1.1 KB
rsa.c -rw-r--r-- 6.7 KB
signature.c -rw-r--r-- 1.3 KB
x509.asn1 -rw-r--r-- 1.6 KB
x509_cert_parser.c -rw-r--r-- 12.8 KB
x509_parser.h -rw-r--r-- 1.4 KB
x509_public_key.c -rw-r--r-- 5.8 KB
x509_rsakey.asn1 -rw-r--r-- 130 bytes

back to top