Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | s5pc1xx: gpio: bug fix at gpio_set_pull function | Minkyu Kang | 2010-06-14 | -1/+1 |
| | | | | | | | When set to PULL_NONE, gpio_set_pull function is returned without write the register. This patch fixed it. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> | |||
* | SAMSUNG: make s5p common gpio functions | Minkyu Kang | 2010-04-30 | -0/+143 |
Because of s5pc1xx gpio is same as s5p seires SoC, move gpio functions to drvier/gpio/ and modify structure's name from s5pc1xx_ to s5p_. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> |