Skip to content
Snippets Groups Projects
  1. Mar 20, 2009
  2. Mar 19, 2009
  3. Mar 18, 2009
  4. Mar 13, 2009
  5. Mar 12, 2009
  6. Mar 09, 2009
    • Paul Gortmaker's avatar
      tsec: report when there is no vendor specific PHY support · 0452352d
      Paul Gortmaker authored
      
      Commit af1c2b84 added a generic phy support, with an ID of zero
      and a 32 bit mask; meaning that it will match on any PHY ID.
      
      The problem is that there is a test that checked if a matching
      PHY was found, and if not, it printed the non-matching ID.
      But since there will always be a match (on the generic PHY,
      worst case), this test will never trip.
      
      In the case of a misconfigured PHY address, or of a PHY that
      isn't explicitly supported outside of the generic support,
      you will never see the ID of 0xffffffff, or the ID of the
      real (but unsupported) chip.  It will silently fall through
      onto the generic support.
      
      This change makes that test useful again, and ensures that
      the selection of generic PHY support doesn't happen without
      some sort of notice.  It also makes it explicitly clear that
      the generic PHY must be last in the PHY table.
      
      Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      Acked-by: default avatarAndy Fleming <afleming@freescale.com>
      0452352d
  7. Mar 06, 2009
  8. Feb 25, 2009
  9. Feb 24, 2009
  10. Feb 23, 2009
  11. Feb 22, 2009
  12. Feb 21, 2009
  13. Feb 20, 2009
  14. Feb 19, 2009
  15. Feb 18, 2009
    • Kim Phillips's avatar
      sata_sil3114: fix compiler warning · 369d0aa9
      Kim Phillips authored
      
      judging from other printfs in the same file, it seems ata should be
      postpended with the interface number, not the address of the global
      port variable.  Fixes this for current u-boot-mpc83xx tree:
      
      Configuring for MPC8349ITX board...
      sata_sil3114.c: In function 'sata_bus_softreset':
      sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
      sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      369d0aa9
    • Ron Madrid's avatar
      Create configuration option for restricted ns16550 functions · f5675aa5
      Ron Madrid authored
      
      This patch will create a configuration option for a minimum configuration for
      the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
      configuration option to the SIMPC8313.h config file in order to fix the NAND
      bootstrap build error.  This option will exclude all functions with exception of
      NS16550_putc and NS16550_init.  This will be used primarily to save space and
      remove unused code from builds in which space is limited.
      
      Signed-off-by: default avatarRon Madrid <ron_madrid@sbcglobal.net>
      f5675aa5
  16. Feb 17, 2009
  17. Feb 15, 2009
  18. Feb 14, 2009
Loading