1. 27 7月, 2011 1 次提交
  2. 25 7月, 2011 2 次提交
  3. 24 7月, 2011 20 次提交
  4. 23 7月, 2011 2 次提交
    • O
      virtio: expose for non-virtualization users too · e7254219
      Ohad Ben-Cohen 提交于
      virtio has been so far used only in the context of virtualization,
      and the virtio Kconfig was sourced directly by the relevant arch
      Kconfigs when VIRTUALIZATION was selected.
      
      Now that we start using virtio for inter-processor communications,
      we need to source the virtio Kconfig outside of the virtualization
      scope too.
      
      Moreover, some architectures might use virtio for both virtualization
      and inter-processor communications, so directly sourcing virtio
      might yield unexpected results due to conflicting selections.
      
      The simple solution offered by this patch is to always source virtio's
      Kconfig in drivers/Kconfig, and remove it from the appropriate arch
      Kconfigs. Additionally, a virtio menu entry has been added so virtio
      drivers don't show up in the general drivers menu.
      
      This way anyone can use virtio, though it's arguably less accessible
      (and neat!) for virtualization users now.
      
      Note: some architectures (mips and sh) seem to have a VIRTUALIZATION
      menu merely for sourcing virtio's Kconfig, so that menu is removed too.
      Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      e7254219
    • J
      asm-generic: move archictures to common delay.h · a4e05276
      Jonas Bonn 提交于
      This patch moves the in-tree architectures that were using the 'generic'
      delay.h over to using the header file in asm-generic.
      
      This is not done using the generic-y mechanism as none of these arch's
      have started using that mechanism yet.  This is a trivial change to make
      later when the arch begins using generic-y.
      
      Note the subtle change to the avr32 and SH architectures where the argument
      to __const_udelay was previously using the rounded down constant value
      instead of the rounded up value.
      Signed-off-by: NJonas Bonn <jonas@southpole.se>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NHans-Christian Egtvedt <egtvedt@samfundet.no>
      a4e05276
  5. 22 7月, 2011 11 次提交
  6. 21 7月, 2011 4 次提交