+1
−3
+2
−0
drivers/gpio/gpio_api_compat.c
0 → 100644
+100
−0
drivers/gpio/gpio_api_compat.h
0 → 100644
+62
−0
+15
−26
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Many sub-systems might require to set a callback on different pins. Thus enabling it via changing the API. It is also possible to retrieve private-data in the callback handler using CONTAINER_OF() macro (include/misc/util.h). Former API is still available, and is emulated through the new one. Using both should not be a problem as it's using new API calls. However, it's now better to start using the new API. Change-Id: Id16594202905976cc524775d1cd3592b54a84514 Signed-off-by:Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by:
Johan Hedberg <johan.hedberg@intel.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE