1. 19 7月, 2011 1 次提交
  2. 09 7月, 2011 1 次提交
    • H
      uio: uio_pdrv_genirq: Add OF support · 27760f86
      Hans J. Koch 提交于
      Adding OF binding to genirq.
      Version string is setup to the "devicetree".
      
      Compatible string is not setup for now but you can add your
      custom compatible string to uio_of_genirq_match structure.
      
      For example with "vendor,device" compatible string:
      static const struct of_device_id __devinitconst uio_of_genirq_match[] = {
      	{ .compatible = "vendor,device", },
      	{ /* empty for now */ },
      };
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      Signed-off-by: NHans J. Koch <hjk@hansjkoch.de>
      Reviewed-by: NWolfram Sang <w.sang@pengutronix.de>
      CC: Hans J. Koch <hjk@hansjkoch.de>
      CC: Arnd Bergmann <arnd@arndb.de>
      CC: John Williams <john.williams@petalogix.com>
      CC: Grant Likely <grant.likely@secretlab.ca>
      CC: Wolfram Sang <w.sang@pengutronix.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      27760f86
  3. 02 7月, 2011 5 次提交
  4. 08 6月, 2011 3 次提交
  5. 06 6月, 2011 5 次提交
  6. 05 6月, 2011 4 次提交
  7. 04 6月, 2011 21 次提交