1. 13 4月, 2011 1 次提交
  2. 06 4月, 2011 5 次提交
  3. 05 4月, 2011 2 次提交
  4. 04 4月, 2011 6 次提交
  5. 03 4月, 2011 1 次提交
  6. 02 4月, 2011 3 次提交
    • G
      unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it floatable · 6b794743
      Guan Xuetao 提交于
      1. get videomemory by __get_free_pages() in fb-puv3.c
      2. remove resource reservation for old fixed UNIGFX_MMAP & UVC_MMAP space
      3. remove unused macros: PKUNTIY_UNIGFX_MMAP_BASE, PKUNITY_UNIGFX_MMAP_SIZE,
      	PKUNITY_UVC_MMAP_BASE, PKUNITY_UVC_MMAP_SIZE and KUSER_UNIGFX_BASE
      4. remove unused header linux/vmalloc.h in fb-puv3.h
      Signed-off-by: NGuan Xuetao <gxt@mprc.pku.edu.cn>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      6b794743
    • A
      usbnet: use eth%d name for known ethernet devices · c261344d
      Arnd Bergmann 提交于
      The documentation for the USB ethernet devices suggests that
      only some devices are supposed to use usb0 as the network interface
      name instead of eth0. The logic used there, and documented in
      Kconfig for CDC is that eth0 will be used when the mac address
      is a globally assigned one, but usb0 is used for the locally
      managed range that is typically used on point-to-point links.
      
      Unfortunately, this has caused a lot of pain on the smsc95xx
      device that is used on the popular pandaboard without an
      EEPROM to store the MAC address, which causes the driver to
      call random_ether_address().
      
      Obviously, there should be a proper MAC addressed assigned to
      the device, and discussions are ongoing about how to solve
      this, but this patch at least makes sure that the default
      interface naming gets a little saner and matches what the
      user can expect based on the documentation, including for
      new devices.
      
      The approach taken here is to flag whether a device might be a
      point-to-point link with the new FLAG_POINTTOPOINT setting in
      the usbnet driver_info. A driver can set both FLAG_POINTTOPOINT
      and FLAG_ETHER if it is not sure (e.g. cdc_ether), or just one
      of the two.  The usbnet framework only looks at the MAC address
      for device naming if both flags are set, otherwise it trusts the
      flag.
      Signed-off-by: NArnd Bergmann <arnd.bergmann@linaro.org>
      Tested-by: NAndy Green <andy.green@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c261344d
    • F
      starfire: clean up dma_addr_t size test · 1591cb60
      FUJITA Tomonori 提交于
      Now we have CONFIG_ARCH_DMA_ADDR_T_64BIT. We can fix the hacky
      dma_addr_t size test cleanly.
      Signed-off-by: NFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1591cb60
  7. 01 4月, 2011 6 次提交
  8. 31 3月, 2011 14 次提交
  9. 30 3月, 2011 2 次提交