Skip to content
Snippets Groups Projects
  1. Jan 23, 2010
    • Vipin KUMAR's avatar
      SPEAr : usbd driver support for SPEAr SoCs · 62db1c0d
      Vipin KUMAR authored
      
      SPEAr SoCs contain a synopsys usb device controller.
      USB Device IP can work in 2 modes
      - DMA mode
      - Slave mode
      
      The driver adds support only for slave mode operation of usb
      device IP. This driver is used along with standard USBTTY
      driver to obtain a tty interface over USB on the host
      
      Signed-off-by: default avatarVipin <vipin.kumar@st.com>
      62db1c0d
  2. Dec 20, 2009
    • Tom Rix's avatar
      OMAP3 Add usb device support · f298e4b6
      Tom Rix authored
      
      This change adds the usb device support for musb.
      
      Omap3 platform support added at the same level as davinci.
      
      The interface for usbtty to use the musb device support was added.
      
      Verified on omap3 beagle, zoom1 and zoom2.
      
      Signed-off-by: default avatarTom Rix <Tom.Rix@windriver.com>
      f298e4b6
  3. Nov 27, 2009
  4. Oct 24, 2009
  5. Oct 14, 2009
    • kevin.morfitt@fearnside-systems.co.uk's avatar
      Clean-up of s3c24x0 drivers excluding nand driver · eb0ae7f5
      
      This patch re-formats the arm920t s3c24x0 driver files, excluding the nand
      driver, in preparation for changes to add support for the Embest SBC2440-II Board.
      
      The changes are as follows:
      - re-indent the code using Lindent
      - make sure register layouts are defined using a C struct
      - replace the upper-case typedef'ed C struct names with lower case
        non-typedef'ed ones
      - make sure registers are accessed using the proper accessor functions
      - run checkpatch.pl and fix any error reports
      
      It assumes the following patch has been applied first:
      - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
      - patches 1/4 and 2/4 of this series
      
      Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
      any s3c2400 or s3c2410 boards but need this patch applying before I can submit
      patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
      smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
      board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
      errors were found.
      
      Signed-off-by: default avatarKevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
      Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
      eb0ae7f5
    • Minkyu Kang's avatar
      s5pc1xx: support serial driver · dd2c9e6a
      Minkyu Kang authored
      
      This patch includes the serial driver for s5pc1xx.
      s5pc1xx uart driver needs own register setting and clock configuration.
      So, need to special driver.
      
      Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
      dd2c9e6a
  6. Jul 17, 2009
    • Jean-Christophe PLAGNIOL-VILLARD's avatar
      stdio/device: rework function naming convention · 52cb4d4f
      Jean-Christophe PLAGNIOL-VILLARD authored
      
      So far the console API uses the following naming convention:
      
      	======Extract======
      	typedef struct device_t;
      
      	int	device_register (device_t * dev);
      	int	devices_init (void);
      	int	device_deregister(char *devname);
      	struct list_head* device_get_list(void);
      	device_t* device_get_by_name(char* name);
      	device_t* device_clone(device_t *dev);
      	=======
      
      which is too generic and confusing.
      
      Instead of using device_XX and device_t we change this
      into stdio_XX and stdio_dev
      
      This will also allow to add later a generic device mechanism in order
      to have support for multiple devices and driver instances.
      
      Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      
      Edited commit message.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      52cb4d4f
  7. Jul 06, 2009
  8. Jun 21, 2009
  9. Jun 12, 2009
  10. May 15, 2009
  11. Apr 27, 2009
  12. Apr 06, 2009
  13. Apr 04, 2009
  14. Apr 03, 2009
  15. Mar 30, 2009
  16. Mar 29, 2009
  17. Mar 21, 2009
  18. Feb 22, 2009
  19. Feb 21, 2009
  20. Feb 18, 2009
    • 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
  21. Feb 15, 2009
Loading