Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1700503 > unrolled thread
| Started by | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| First post | 2017-08-01 01:30 +0200 |
| Last post | 2017-08-01 01:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 01/14] clk: rockchip: add more clk ids for rv1108 Heiko Stuebner <heiko@sntech.de> - 2017-08-01 01:30 +0200
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2017-08-01 01:30 +0200 |
| Subject | Re: [PATCH 01/14] clk: rockchip: add more clk ids for rv1108 |
| Message-ID | <u9sil-455-9@gated-at.bofh.it> |
Hi Andy, Am Montag, 31. Juli 2017, 18:06:42 CEST schrieb Andy Yan: > From: Elaine Zhang <zhangqing@rock-chips.com> > > Added the missing clock ids, make the clock more complete. > > Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> > Signed-off-by: Andy Yan <andy.yan@rock-chips.com> this clock-id patch is way to overloaded. Please split into 3 parts: - completely new clock-ids - changes to existing clock-ids This also needs a very good reasoning, as such constant ids are considered part of api and should not change to prevent breakage with old devicetrees. So please double-check if the rename is really necessary. - cosmetics ... aka the indentation stuff [...] > /* aclk gates */ > #define ACLK_DMAC 192 > -#define ACLK_PRE 193 > +#define ACLK_BUS 193 This is one such case where you need a very good reason [...] > @@ -59,18 +120,30 @@ > #define PCLK_I2C2 261 > #define PCLK_I2C3 262 > #define PCLK_SPI 263 > -#define PCLK_SFC 264 why is this clock going away? > #define PCLK_UART0 265 > #define PCLK_UART1 266 > #define PCLK_UART2 267 > #define PCLK_TSADC 268 > -#define PCLK_PWM 269 > +#define PCLK_PWM1 269 In your pwm patch, all blocks use the same clocks, so this rename should be unnecessary > /* hclk gates */ > #define HCLK_I2S0_8CH 320 > -#define HCLK_I2S1_8CH 321 > +#define HCLK_I2S1_2CH 321 Again reasoning required (that i2s1 has 2 channels but not 8 should be ok for that) > #define HCLK_I2S2_2CH 322 > #define HCLK_NANDC 323 > #define HCLK_SDMMC 324 Heiko
Back to top | Article view | linux.kernel
csiph-web