1. 05 4月, 2013 1 次提交
    • S
      input: matrix-keymap: Add function to read the new DT binding · 43840415
      Simon Glass 提交于
      We now have a binding which adds two parameters to the matrix keypad DT
      node. This is separate from the GPIO-driven matrix keypad binding, and
      unfortunately incompatible, since that uses row-gpios/col-gpios for the
      row and column counts.
      
      So the easiest option here is to provide a function for non-GPIO drivers
      to use to decode the binding.
      
      Note: We could in fact create an entirely separate structure to hold
      these two fields, but it does not seem worth it, yet. If we have more
      parameters then we can add this, and then refactor each driver to hold
      such a structure.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Acked-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      Tested-by: Sourav Poddar <sourav.poddar@ti.com> (v2)
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      43840415
  2. 11 12月, 2012 2 次提交
  3. 15 11月, 2012 1 次提交
  4. 24 5月, 2012 1 次提交
  5. 11 5月, 2012 2 次提交
  6. 14 3月, 2012 1 次提交