17 Sep, 2016

1 commit


25 Aug, 2011

1 commit

  • Several drivers use device_create_file() where device.groups should be
    used instead. This patch documents that and also removes the comments
    about device classes since these should not be used in new code in the
    way documented until now in Documentation/driver-model/device.txt.

    Signed-off-by: Bart Van Assche
    Cc: Randy Dunlap
    Signed-off-by: Greg Kroah-Hartman

    Bart Van Assche
     

08 Jun, 2011

1 commit


07 May, 2011

1 commit


16 Jun, 2009

1 commit


23 Feb, 2009

1 commit


21 Jun, 2005

1 commit

  • This updates some driver data documentation:

    - removes references to some fields that haven't been there for a
    long time now, e.g. pre-kobject or even older;

    - giving more information about the probe() method;

    - adding an example of how platform_data is used

    Signed-off-by: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    David Brownell
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds