/* * Copyright (C) 2016 Glider bvba * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. */ #ifndef __DT_BINDINGS_POWER_R8A7796_SYSC_H__ #define __DT_BINDINGS_POWER_R8A7796_SYSC_H__ /* * These power domain indices match the numbers of the interrupt bits * representing the power areas in the various Interrupt Registers * (e.g. SYSCISR, Interrupt Status Register) */ #define R8A7796_PD_CA57_CPU0 0 #define R8A7796_PD_CA57_CPU1 1 #define R8A7796_PD_CA53_CPU0 5 #define R8A7796_PD_CA53_CPU1 6 #define R8A7796_PD_CA53_CPU2 7 #define R8A7796_PD_CA53_CPU3 8 #define R8A7796_PD_CA57_SCU 12 #define R8A7796_PD_CR7 13 #define R8A7796_PD_A3VC 14 #define R8A7796_PD_3DG_A 17 #define R8A7796_PD_3DG_B 18 #define R8A7796_PD_CA53_SCU 21 #define R8A7796_PD_A3IR 24 #define R8A7796_PD_A2VC0 25 #define R8A7796_PD_A2VC1 26 /* Always-on power area */ #define R8A7796_PD_ALWAYS_ON 32 #endif /* __DT_BINDINGS_POWER_R8A7796_SYSC_H__ */ n> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-07virtio_net: wrap rtnl_lock in test for calling with lock already heldJohn Fastabend1-10/+21
2017-02-06Merge branch 'bridge-improve-cache-utilization'David S. Miller11-52/+59
2017-02-06bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov2-2/+4
2017-02-06bridge: move write-heavy fdb members in their own cache lineNikolay Aleksandrov1-4/+6
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov10-23/+29
2017-02-06bridge: modify bridge and port to have often accessed fields in one cache lineNikolay Aleksandrov1-23/+20
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu2-1/+24
2017-02-06bpf: test for AND edge casesJosef Bacik1-0/+55
2017-02-06Merge branch 'dsa-add-fabric-notifier'David S. Miller7-49/+205
2017-02-06net: dsa: introduce bridge notifierVivien Didelot3-11/+71
2017-02-06net: dsa: add switch notifierVivien Didelot6-0/+77
2017-02-06net: dsa: change state setter scopeVivien Didelot1-6/+9
2017-02-06net: dsa: rollback bridging on errorVivien Didelot1-1/+13
2017-02-06net: dsa: simplify netdevice events handlingVivien Didelot1-28/+16
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot3-10/+26
2017-02-06net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann