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. 04 1月, 2013 1 次提交
    • G
      Drivers: misc: remove __dev* attributes. · 0fe763c5
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0fe763c5
  3. 30 11月, 2012 7 次提交
  4. 24 11月, 2012 3 次提交
  5. 05 7月, 2012 1 次提交
  6. 11 5月, 2012 1 次提交
  7. 30 10月, 2011 1 次提交