Simon Glass
41575d8e4c
dm: treewide: Rename auto_alloc_size members to be shorter
...
This construct is quite long-winded. In earlier days it made some sense
since auto-allocation was a strange concept. But with driver model now
used pretty universally, we can shorten this to 'auto'. This reduces
verbosity and makes it easier to read.
Coincidentally it also ensures that every declaration is on one line,
thus making dtoc's job easier.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-12-13 08:00:25 -07:00
Frank Wunderlich
9f25aa13ea
clk: mt7622: add needed clocks for ssusb-node
...
MT7622 needs additional clock definitions to work properly
Signed-off-by: Frank Wunderlich <frank-w@public-files.de >
2020-08-24 14:11:31 -04:00
Frank Wunderlich
a300d696ca
reset: drop unnecessary comment for pciesys
...
after review from sam this comment should be removed
Signed-off-by: Frank Wunderlich <frank-w@public-files.de >
2020-08-24 14:11:31 -04:00
Frank Wunderlich
fee276ee31
reset: add basic reset controller for pciesys
...
bind reset controller to pciesys
Signed-off-by: Frank Wunderlich <frank-w@public-files.de >
2020-08-19 17:38:15 -04:00
Chuanjia Liu
c5bfe694e7
clk: mediatek: add pciesys support for MT7622 SoC
...
This patch adds pciesys support in clock driver for
MediaTek MT7622 SoC.
Signed-off-by: Henry Yen <henry.yen@mediatek.com >
Signed-off-by: Chuanjia Liu <Chuanjia.Liu@mediatek.com >
2020-08-19 17:37:37 -04:00
Simon Glass
cd93d625fd
common: Drop linux/bitops.h from common header
...
Move this uncommon header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-05-18 21:19:23 -04:00
Simon Glass
f7ae49fc4f
common: Drop log.h from common header
...
Move this header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org >
2020-05-18 21:19:18 -04:00
Sam Shih
72ab603b20
clk: mediatek: add driver for MT7622
...
This patch add clock driver for MediaTek MT7622 SoC.
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com >
Signed-off-by: Sam Shih <sam.shih@mediatek.com >
2020-01-16 09:39:45 -05:00