1. 01 6月, 2013 1 次提交
  2. 01 11月, 2011 1 次提交
  3. 06 1月, 2009 1 次提交
    • H
      parisc: add uevent helper for parisc bus · 7246c31e
      Helge Deller 提交于
      parisc: add uevent helper for parisc bus
      
      udev device-driver auto detection was failing to work on the GSC bus, since
      udev didn't knew wich driver to load due to a missing MODALIAS environment
      variable from kernel.
      
      This patch fixes this by adding the MODALIAS environment variable to the
      uevent kernel notifications.
      Since modalias_show() generated the modalias string already, I splitted this
      out and created a new static function make_modalias() which is now used by
      modalias_show() and the new parisc_uevent() function.
      
      Tested on 715/64 and c3000.
      Signed-off-by: NHelge Deller <deller@gmx.de>
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      7246c31e
  4. 27 11月, 2008 1 次提交
    • K
      parisc: struct device - replace bus_id with dev_name(), dev_set_name() · 90f67130
      Kay Sievers 提交于
      (I did not compile or test it, please let me know, or help fixing
       it, if something is wrong with the conversion)
      
      This patch is part of a larger patch series which will remove
      the "char bus_id[20]" name string from struct device. The device
      name is managed in the kobject anyway, and without any size
      limitation, and just needlessly copied into "struct device".
      
      To set and read the device name dev_name(dev) and dev_set_name(dev)
      must be used. If your code uses static kobjects, which it shouldn't
      do, "const char *init_name" can be used to statically provide the
      name the registered device should have. At registration time, the
      init_name field is cleared, to enforce the use of dev_name(dev) to
      access the device name at a later time.
      
      We need to get rid of all occurrences of bus_id in the entire tree
      to be able to enable the new interface. Please apply this patch,
      and possibly convert any remaining remaining occurrences of bus_id.
      
      We want to submit a patch to -next, which will remove bus_id from
      "struct device", to find the remaining pieces to convert, and finally
      switch over to the new api, which will remove the 20 bytes array
      and does no longer have a size limitation.
      
      Thanks,
      Kay
      
      Cc: Matthew Wilcox <matthew@wil.cx>
      Cc: linux-parisc@vger.kernel.org
      Acked-by: NGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      90f67130
  5. 17 2月, 2007 1 次提交
  6. 08 12月, 2006 1 次提交
  7. 07 10月, 2006 1 次提交
  8. 05 10月, 2006 1 次提交
  9. 23 1月, 2006 1 次提交
  10. 14 1月, 2006 1 次提交
  11. 11 1月, 2006 2 次提交
  12. 18 11月, 2005 1 次提交
  13. 22 10月, 2005 1 次提交
  14. 21 6月, 2005 1 次提交
  15. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4