drivers/adc: update upper-half layer
authorHeesub Shin <heesub.shin@samsung.com>
Thu, 6 Apr 2017 03:53:32 +0000 (12:53 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:12 +0000 (12:02 +0900)
commit2d5ed84a93482cbed2ab922a961b0cfb63e2a867
tree619a30afd0bc27119b4bdc874ed7e94f00691d5c
parent0e8fb6498892263837b1bc0a778da31e8e4ea587
drivers/adc: update upper-half layer

This commit updates the upper-half driver of ADC subsystem,
synchronizing with the latest version of NuttX. ADC drivers that
implements the lower-half can be broken with this commit, but in TizenRT
there is no lower-half driver of ADC. Thus, this commit does not cause
any harm. All credits should go to many other contributors who wrote the
original patches for NuttX. Sorry for not listing their names here.

Change-Id: I42dc6b1fa597ae74494ef635897b4bc695e1c343
[Shin: backported from the latest NuttX]
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/drivers/analog/adc.c
os/include/tinyara/analog/adc.h
os/include/tinyara/analog/ioctl.h [new file with mode: 0644]