Skip to content
Snippets Groups Projects
  1. Mar 12, 2008
  2. Feb 14, 2008
  3. Feb 13, 2008
  4. Feb 06, 2008
  5. Jan 30, 2008
  6. Jan 17, 2008
  7. Jan 12, 2008
  8. Nov 29, 2007
  9. Nov 19, 2007
  10. Oct 17, 2007
  11. Oct 16, 2007
  12. Oct 09, 2007
    • Jeff Garzik's avatar
      drivers/firmware: const-ify DMI API and internals · 1855256c
      Jeff Garzik authored
      
      Three main sets of changes:
      
      1) dmi_get_system_info() return value should have been marked const,
         since callers should not be changing that data.
      
      2) const-ify DMI internals, since DMI firmware tables should,
         whenever possible, be marked const to ensure we never ever write to
         that data area.
      
      3) const-ify DMI API, to enable marking tables const where possible
         in low-level drivers.
      
      And if we're really lucky, this might enable some additional
      optimizations on the part of the compiler.
      
      The bulk of the changes are #2 and #3, which are interrelated.  #1 could
      have been a separate patch, but it was so small compared to the others,
      it was easier to roll it into this changeset.
      
      Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
      1855256c
  13. Sep 11, 2007
  14. Aug 23, 2007
  15. Jul 29, 2007
  16. Jul 26, 2007
  17. Jul 23, 2007
Loading