20 Jul, 2011

1 commit


07 Jun, 2011

4 commits


06 Jun, 2011

1 commit

  • GPIO drivers are getting moved to drivers/gpio for cleanup and
    consolidation. This patch moves the mxs driver. Follow up patches
    will clean it up and make it a fine upstanding example of a gpio
    driver.

    v2: Removed header file entirely and put struct definition directly
    into driver. The struct isn't used anywhere else in the kernel.

    Signed-off-by: Grant Likely
    Tested-by: Shawn Guo
    Acked-by: Sascha Hauer

    Grant Likely