+108
−50
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
This patch adds support to handle multiple instances of the TMU controllers. This is done by removing the static structure to register with the core thermal and creating it dynamically for each instance of the TMU controller. The interrupt is made shared type to handle shared interrupts. Now since the ISR needs the core thermal framework to be registered so request_irq is moved after the core registration is done. Also the identifier of the TMU controller is extracted from device tree alias. This will be used for TMU specific initialisation. Acked-by:Kukjin Kim <kgene.kim@samsung.com> Acked-by:
Jonghwa Lee <jonghwa3.lee@samsung.com> Signed-off-by:
Amit Daniel Kachhap <amit.daniel@samsung.com> Acked-by:
Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by:
Eduardo Valentin <eduardo.valentin@ti.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE