code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/* * Copyright (C) 2011 Samsung Electronics * Lukasz Majewski <l.majewski@samsung.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by t...
1001-study-uboot
drivers/misc/pmic_fsl.c
C
gpl3
1,853
/* * Copyright (C) 2011 Samsung Electronics * Lukasz Majewski <l.majewski@samsung.com> * * (C) Copyright 2010 * Stefano Babic, DENX Software Engineering, sbabic@denx.de * * (C) Copyright 2008-2009 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. * * Th...
1001-study-uboot
drivers/misc/pmic_spi.c
C
gpl3
2,341
#include <common.h> #include <asm/ic/ssi.h> #include <ds1722.h> static void ds1722_select(int dev) { ssi_set_interface(4096, 0, 0, 0); ssi_chip_select(0); udelay(1); ssi_chip_select(dev); udelay(1); } u8 ds1722_read(int dev, int addr) { u8 res; ds1722_select(dev); ssi_tx_byte(addr); res = ssi_rx_byte(); ...
1001-study-uboot
drivers/hwmon/ds1722.c
C
gpl3
1,853
/* * (C) Copyright 2001 * Bill Hunter, Wave 7 Optics, williamhunter@mediaone.net * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free...
1001-study-uboot
drivers/hwmon/lm75.c
C
gpl3
3,894
/* * (C) Copyright 2007-2008 * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de * based on lm75.c by Bill Hunter * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pub...
1001-study-uboot
drivers/hwmon/lm63.c
C
gpl3
3,809
/* * (C) Copyright 2006 * Heiko Schocher, DENX Software Enginnering <hs@denx.de> * * based on dtt/lm75.c which is ... * * (C) Copyright 2001 * Bill Hunter, Wave 7 Optics, williamhunter@mediaone.net * * See file CREDITS for list of people who contributed to this * project. * * This program is free software;...
1001-study-uboot
drivers/hwmon/lm81.c
C
gpl3
3,044
# # (C) Copyright 2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2001 # Erik Theisen, Wave 7 Optics, etheisen@mindspring.com. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the...
1001-study-uboot
drivers/hwmon/Makefile
Makefile
gpl3
1,745
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
1001-study-uboot
drivers/hwmon/ds1775.c
C
gpl3
3,044
/* * (C) Copyright 2003 * Murray Jensen, CSIRO-MIT, Murray.Jensen@csiro.au * * based on dtt/lm75.c which is ... * * (C) Copyright 2001 * Bill Hunter, Wave 7 Optics, williamhunter@mediaone.net * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you c...
1001-study-uboot
drivers/hwmon/adm1021.c
C
gpl3
4,547
/* * (C) Copyright 2001 * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free ...
1001-study-uboot
drivers/hwmon/ds1621.c
C
gpl3
4,019
/* * (C) Copyright 2007-2008 * Larry Johnson, lrj@acm.org * * based on dtt/lm75.c which is ... * * (C) Copyright 2001 * Bill Hunter, Wave 7 Optics, williamhunter@mediaone.net * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute i...
1001-study-uboot
drivers/hwmon/lm73.c
C
gpl3
3,637
/* * (C) Copyright 2008 * Ricado Ribalda-Universidad Autonoma de Madrid, ricardo.ribalda@uam.es * This work has been supported by: QTechnology http://qtec.com/ * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free ...
1001-study-uboot
drivers/hwmon/adt7460.c
C
gpl3
1,937
/* * Copyright (C) 2006-2011 Freescale Semiconductor, Inc. * * Dave Liu <daveliu@freescale.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (a...
1001-study-uboot
drivers/qe/uec.c
C
gpl3
35,519
/* * Copyright (C) 2006 Freescale Semiconductor, Inc. * * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; eith...
1001-study-uboot
drivers/qe/uccf.c
C
gpl3
10,919
/* * Copyright (C) 2005, 2011 Freescale Semiconductor, Inc. * * Author: Shlomi Gridish <gridish@freescale.com> * * Description: UCC ethernet driver -- PHY handling * Driver for UEC on QE * Based on 8260_io/fcc_enet.c * * This program is free software; you can redistribute it and/or modify it * under the te...
1001-study-uboot
drivers/qe/uec_phy.h
C
gpl3
7,626
# # Copyright (C) 2006 Freescale Semiconductor, Inc. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2...
1001-study-uboot
drivers/qe/Makefile
Makefile
gpl3
1,352
/* * Copyright (C) 2006-2010 Freescale Semiconductor, Inc. * * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation;...
1001-study-uboot
drivers/qe/uec.h
C
gpl3
25,034
/* * Copyright (C) 2006-2009 Freescale Semiconductor, Inc. * * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation;...
1001-study-uboot
drivers/qe/qe.h
C
gpl3
10,060
/* * Copyright (C) 2005,2010-2011 Freescale Semiconductor, Inc. * * Author: Shlomi Gridish * * Description: UCC GETH Driver -- PHY handling * Driver for UEC on QE * Based on 8260_io/fcc_enet.c * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General ...
1001-study-uboot
drivers/qe/uec_phy.c
C
gpl3
24,611
/* * Copyright 2008 Freescale Semiconductor, Inc. * * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU G...
1001-study-uboot
drivers/qe/fdt.c
C
gpl3
2,425
/* * Copyright (C) 2006 Freescale Semiconductor, Inc. * * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; eith...
1001-study-uboot
drivers/qe/uccf.h
C
gpl3
4,226
/* * Copyright (C) 2006-2009 Freescale Semiconductor, Inc. * * Dave Liu <daveliu@freescale.com> * based on source code of Shlomi Gridish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation;...
1001-study-uboot
drivers/qe/qe.c
C
gpl3
11,605
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; ei...
1001-study-uboot
drivers/tpm/Makefile
Makefile
gpl3
1,315
/* * Copyright (c) 2011 The Chromium OS Authors. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either versi...
1001-study-uboot
drivers/tpm/generic_lpc_tpm.c
C
gpl3
13,271
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * * This is file is based on * repository git.gitorious.org/u-boot-omap3/mainline.git, * branch omap3-dev-usb, file drivers/usb/gadget/twl4030_usb.c * * This is the unique part of its copyright : * * ---------------------------...
1001-study-uboot
drivers/usb/phy/twl4030.c
C
gpl3
5,798
# # Copyright (c) 2009 Wind River Systems, Inc. # Tom Rix <Tom.Rix@windriver.com> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any lat...
1001-study-uboot
drivers/usb/phy/Makefile
Makefile
gpl3
1,278
/****************************************************************** * Copyright 2008 Mentor Graphics Corporation * Copyright (C) 2008 by Texas Instruments * * This file is part of the Inventra Controller Driver for Linux. * * The Inventra Controller Driver for Linux is free software; you * can redistribute it an...
1001-study-uboot
drivers/usb/musb/musb_core.h
C
gpl3
11,210
/* * Blackfin MUSB HCD (Host Controller Driver) for u-boot * * Copyright (c) 2008-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef __BLACKFIN_USB_H__ #define __BLACKFIN_USB_H__ #include <linux/types.h> /* Every register is 32bit aligned, but only 16bits in size */ #define ureg(name) u...
1001-study-uboot
drivers/usb/musb/blackfin_usb.h
C
gpl3
1,779
/* * da8xx.c - TI's DA8xx platform specific usb wrapper functions. * * Author: Ajay Kumar Gupta <ajay.gupta@ti.com> * * Based on drivers/usb/musb/davinci.c * * Copyright (C) 2009 Texas Instruments Incorporated * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
1001-study-uboot
drivers/usb/musb/da8xx.c
C
gpl3
3,599
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * * This is file is based on * repository git.gitorious.org/u-boot-omap3/mainline.git, * branch omap3-dev-usb, file drivers/usb/host/omap3530_usb.c * * This is the unique part of its copyright : * * ----------------------------...
1001-study-uboot
drivers/usb/musb/omap3.c
C
gpl3
3,908
/* * TI's Davinci platform specific USB wrapper functions. * * Copyright (c) 2008 Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, o...
1001-study-uboot
drivers/usb/musb/davinci.c
C
gpl3
3,335
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * * This file is based on the file drivers/usb/musb/davinci.h * * This is the unique part of its copyright: * * -------------------------------------------------------------------- * * Copyright (c) 2008 Texas Instruments * Au...
1001-study-uboot
drivers/usb/musb/omap3.h
C
gpl3
1,625
/* * Mentor USB OTG Core functionality common for both Host and Device * functionality. * * Copyright (c) 2008 Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either ...
1001-study-uboot
drivers/usb/musb/musb_core.c
C
gpl3
4,565
/* * Blackfin MUSB HCD (Host Controller Driver) for u-boot * * Copyright (c) 2008-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <common.h> #include <usb.h> #include <asm/blackfin.h> #include <asm/mach-common/bits/usb.h> #include "musb_core.h" #ifndef CONFIG_USB_BLACKFIN_CLKIN #d...
1001-study-uboot
drivers/usb/musb/blackfin_usb.c
C
gpl3
3,458
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option)...
1001-study-uboot
drivers/usb/musb/musb_debug.h
C
gpl3
5,982
/* * TI's Davinci platform specific USB wrapper functions. * * Copyright (c) 2008 Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, o...
1001-study-uboot
drivers/usb/musb/davinci.h
C
gpl3
2,947
/* * am35x.h - TI's AM35x platform specific usb wrapper definitions. * * Author: Ajay Kumar Gupta <ajay.gupta@ti.com> * * Based on drivers/usb/musb/da8xx.h * * Copyright (c) 2010 Texas Instruments Incorporated * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
1001-study-uboot
drivers/usb/musb/am35x.h
C
gpl3
2,629
# # (C) Copyright 2000-2007 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Softwa...
1001-study-uboot
drivers/usb/musb/Makefile
Makefile
gpl3
1,616
/* * Mentor USB OTG Core host controller driver. * * Copyright (c) 2008 Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your...
1001-study-uboot
drivers/usb/musb/musb_hcd.h
C
gpl3
3,182
/* * da8xx.h -- TI's DA8xx platform specific usb wrapper definitions. * * Author: Ajay Kumar Gupta <ajay.gupta@ti.com> * * Based on drivers/usb/musb/davinci.h * * Copyright (C) 2009 Texas Instruments Incorporated * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
1001-study-uboot
drivers/usb/musb/da8xx.h
C
gpl3
3,258
/* * am35x.c - TI's AM35x platform specific usb wrapper functions. * * Author: Ajay Kumar Gupta <ajay.gupta@ti.com> * * Based on drivers/usb/musb/da8xx.c * * Copyright (c) 2010 Texas Instruments Incorporated * * This program is free software; you can redistribute it and/or modify * it under the terms of the G...
1001-study-uboot
drivers/usb/musb/am35x.c
C
gpl3
3,658
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * * This file is a rewrite of the usb device part of * repository git.omapzoom.org/repo/u-boot.git, branch master, * file cpu/omap3/fastboot.c * * This is the unique part of its copyright : * * ---------------------------------...
1001-study-uboot
drivers/usb/musb/musb_udc.c
C
gpl3
21,781
/* * Mentor USB OTG Core host controller driver. * * Copyright (c) 2008 Texas Instruments * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your...
1001-study-uboot
drivers/usb/musb/musb_hcd.c
C
gpl3
31,415
/* * Copyright (c) 2011 The Chromium OS Authors. * Copyright (C) 2009 NVIDIA, Corporation * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the...
1001-study-uboot
drivers/usb/eth/smsc95xx.c
C
gpl3
21,631
/* * Copyright (c) 2011 The Chromium OS Authors. * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version ...
1001-study-uboot
drivers/usb/eth/usb_ether.c
C
gpl3
4,390
/* * Copyright (c) 2011 The Chromium OS Authors. * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version ...
1001-study-uboot
drivers/usb/eth/asix.c
C
gpl3
16,147
# # Copyright (c) 2011 The Chromium OS Authors. # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # t...
1001-study-uboot
drivers/usb/eth/Makefile
Makefile
gpl3
1,466
/* * Copyright (C) 2011 Jana Rapava <fermata7@gmail.com> * Copyright (C) 2011 CompuLab, Ltd. <www.compulab.co.il> * * Authors: Jana Rapava <fermata7@gmail.com> * Igor Grinberg <grinberg@compulab.co.il> * * Based on: * linux/drivers/usb/otg/ulpi_viewport.c * * Original Copyright follow: * Copyright (C) 20...
1001-study-uboot
drivers/usb/ulpi/ulpi-viewport.c
C
gpl3
2,533
# # Copyright (C) 2011 Jana Rapava <fermata7@gmail.com> # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version ...
1001-study-uboot
drivers/usb/ulpi/Makefile
Makefile
gpl3
1,317
/* * Copyright (C) 2011 Jana Rapava <fermata7@gmail.com> * Copyright (C) 2011 CompuLab, Ltd. <www.compulab.co.il> * * Authors: Jana Rapava <fermata7@gmail.com> * Igor Grinberg <grinberg@compulab.co.il> * * Based on: * linux/drivers/usb/otg/ulpi.c * Generic ULPI USB transceiver support * * Original Copyri...
1001-study-uboot
drivers/usb/ulpi/ulpi.c
C
gpl3
5,559
#ifndef __UBOOT_SL811_H #define __UBOOT_SL811_H #undef SL811_DEBUG #ifdef SL811_DEBUG #define PDEBUG(level, fmt, args...) \ if (debug >= (level)) printf("[%s:%d] " fmt, \ __PRETTY_FUNCTION__, __LINE__ , ## args) #else #define PDEBUG(level, fmt, args...) do {} while(0) #endif /* Sl811 host control register */ #...
1001-study-uboot
drivers/usb/host/sl811.h
C
gpl3
3,155
/* * (C) Copyright 2009 Stefan Roese <sr@denx.de>, DENX Software Engineering * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any la...
1001-study-uboot
drivers/usb/host/ehci-vct.c
C
gpl3
1,426
/*- * Copyright (c) 2007-2008, Juniper Networks, Inc. * Copyright (c) 2008, Excito Elektronik i Skåne AB * All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation version 2 ...
1001-study-uboot
drivers/usb/host/ehci-core.h
C
gpl3
955
/* * URB OHCI HCD (Host Controller Driver) initialization for USB on the S3C64XX. * * Copyright (C) 2008, * Guennadi Liakhovetski, DENX Software Engineering <lg@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or ...
1001-study-uboot
drivers/usb/host/s3c64xx-hcd.c
C
gpl3
1,213
/*- * Copyright (c) 2007-2008, Juniper Networks, Inc. * Copyright (c) 2008, Michael Trimarchi <trimarchimichael@yahoo.it> * All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foun...
1001-study-uboot
drivers/usb/host/ehci.h
C
gpl3
6,897
/* * R8A66597 HCD (Host Controller Driver) for u-boot * * Copyright (C) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2...
1001-study-uboot
drivers/usb/host/r8a66597.h
C
gpl3
22,556
/* * (C) Copyright 2009, 2011 Freescale Semiconductor, Inc. * * (C) Copyright 2008, Excito Elektronik i Sk=E5ne AB * * Author: Tor Krill tor@excito.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Soft...
1001-study-uboot
drivers/usb/host/ehci-fsl.c
C
gpl3
3,063
/*- * Copyright (c) 2007-2008, Juniper Networks, Inc. * All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation version 2 of * the License. * * This program is distributed...
1001-study-uboot
drivers/usb/host/ehci-pci.c
C
gpl3
1,890
/* * (C) Copyright 2009 * Marvell Semiconductor <www.marvell.com> * Written-by: Prafulla Wadaskar <prafulla@marvell.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pu...
1001-study-uboot
drivers/usb/host/ehci-kirkwood.c
C
gpl3
2,685
/* * ISP116x register declarations and HCD data structures * * Copyright (C) 2007 Rodolfo Giometti <giometti@linux.it> * Copyright (C) 2007 Eurotech S.p.A. <info@eurotech.it> * Copyright (C) 2005 Olav Kongas <ok@artecdesign.ee> * Portions: * Copyright (C) 2004 Lothar Wassmann * Copyright (C) 2004 Psion Teklogix...
1001-study-uboot
drivers/usb/host/isp116x.h
C
gpl3
15,791
/* * Freescale i.MX28 USB Host driver * * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com> * on behalf of DENX Software Engineering GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
1001-study-uboot
drivers/usb/host/ehci-mxs.c
C
gpl3
4,401
/* * (C) Copyright 2010, Chris Zhang <chris@seamicro.com> * * Author: Chris Zhang <chris@seamicro.com> * This code is based on ehci freescale driver * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software...
1001-study-uboot
drivers/usb/host/ehci-ppc4xx.c
C
gpl3
1,375
# # (C) Copyright 2000-2007 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Softwa...
1001-study-uboot
drivers/usb/host/Makefile
Makefile
gpl3
2,126
/* * URB OHCI HCD (Host Controller Driver) for USB on the AT91RM9200 and PCI bus. * * Interrupt support is added. Now, it has been tested * on ULI1575 chip and works well with USB keyboard. * * (C) Copyright 2007 * Zhang Wei, Freescale Semiconductor, Inc. <wei.zhang@freescale.com> * * (C) Copyright 2003 * Gar...
1001-study-uboot
drivers/usb/host/ohci-hcd.c
C
gpl3
52,713
/* * URB OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> * (C) Copyright 2000-2001 David Brownell <dbrownell@users.sourceforge.net> * * usb-ohci.h */ /* * e.g. PCI controllers need this */ #ifdef CONFIG_SYS_OHCI_SWAP_REG_ACCESS # define ohci_readl(a) __s...
1001-study-uboot
drivers/usb/host/ohci.h
C
gpl3
14,486
/* * (C) Copyright 2010, Damien Dusha, <d.dusha@gmail.com> * * (C) Copyright 2009, Value Team S.p.A. * Francesco Rendine, <francesco.rendine@valueteam.com> * * (C) Copyright 2009 Freescale Semiconductor, Inc. * * (C) Copyright 2008, Excito Elektronik i Sk=E5ne AB * * Author: Tor Krill tor@excito.com * * Thi...
1001-study-uboot
drivers/usb/host/ehci-mpc512x.c
C
gpl3
4,299
/* * R8A66597 HCD (Host Controller Driver) for u-boot * * Copyright (C) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2...
1001-study-uboot
drivers/usb/host/r8a66597-hcd.c
C
gpl3
24,040
/* * (C) Copyright 2008, Michael Trimarchi <trimarchimichael@yahoo.it> * * Author: Michael Trimarchi <trimarchimichael@yahoo.it> * This code is based on ehci freescale driver * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publ...
1001-study-uboot
drivers/usb/host/ehci-ixp4xx.c
C
gpl3
1,533
/* * ISP116x HCD (Host Controller Driver) for u-boot. * * Copyright (C) 2006-2007 Rodolfo Giometti <giometti@linux.it> * Copyright (C) 2006-2007 Eurotech S.p.A. <info@eurotech.it> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as *...
1001-study-uboot
drivers/usb/host/isp116x-hcd.c
C
gpl3
36,886
/* * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This...
1001-study-uboot
drivers/usb/host/ehci-mxc.c
C
gpl3
3,777
/* * (C) Copyright 2006 * DENX Software Engineering <mk@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundat...
1001-study-uboot
drivers/usb/host/ohci-at91.c
C
gpl3
2,867
/* * (C) Copyright 2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * This code is based on linux driver for sl811hs chip, source at * drivers/usb/host/sl811.c: * * SL811 Host Controller Interface driver for USB. * * Copyright (c) 2003/06, Courage Co., Ltd. * * Based on: * 1.uhci.c by Linus To...
1001-study-uboot
drivers/usb/host/sl811-hcd.c
C
gpl3
18,705
/*- * Copyright (c) 2007-2008, Juniper Networks, Inc. * Copyright (c) 2008, Excito Elektronik i Skåne AB * Copyright (c) 2008, Michael Trimarchi <trimarchimichael@yahoo.it> * * All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General P...
1001-study-uboot
drivers/usb/host/ehci-hcd.c
C
gpl3
23,297
/* * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> * Copyright (C) 2010 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, ...
1001-study-uboot
drivers/usb/host/ehci-mx5.c
C
gpl3
8,393
/* * RNDIS MSG parser * * Authors: Benedikt Spranger, Pengutronix * Robert Schwebel, Pengutronix * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2, as published by the Free Software ...
1001-study-uboot
drivers/usb/gadget/rndis.c
C
gpl3
33,421
/* * USB device controllers have lots of quirks. Use these macros in * gadget drivers or other code that needs to deal with them, and which * autoconfigures instead of using early binding to the hardware. * * This SHOULD eventually work like the ARM mach_is_*() stuff, driven by * some config file that gets updat...
1001-study-uboot
drivers/usb/gadget/gadget_chips.h
C
gpl3
6,152
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * Based on * linux/drivers/usbd/usbd.c.c - USB Device Core Layer * * Copyright (c) 2000, 2001, 2002 Lineo * Copyright (c) 2001 Hewlett Packard * * By: * Stuart Lynne <sl@lineo.com>, * Tom Rushworth <tbr@lineo.com>, * Bruce Balden <balde...
1001-study-uboot
drivers/usb/gadget/core.c
C
gpl3
17,592
/* * drivers/usb/gadget/s3c_udc_otg_xfer_dma.c * Samsung S3C on-chip full/high speed USB OTG 2.0 device controllers * * Copyright (C) 2009 for Samsung Electronics * * BSP Support for Samsung's UDC driver * available at: * git://git.kernel.org/pub/scm/linux/kernel/git/kki_ap/linux-2.6-samsung.git * * State mac...
1001-study-uboot
drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
C
gpl3
36,215
/* * PXA27x USB device driver for u-boot. * * Copyright (C) 2007 Rodolfo Giometti <giometti@linux.it> * Copyright (C) 2007 Eurotech S.p.A. <info@eurotech.it> * Copyright (C) 2008 Vivek Kutal <vivek.kutal@azingo.com> * * This program is free software; you can redistribute it and/or * modify it under the te...
1001-study-uboot
drivers/usb/gadget/pxa27x_udc.c
C
gpl3
18,143
/* linux/arch/arm/plat-s3c/include/plat/regs-otg.h * * Copyright (C) 2004 Herbert Poetzl <herbert@13thfloor.at> * * Registers remapping: * Lukasz Majewski <l.majewski@samsumg.com> * * This include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License...
1001-study-uboot
drivers/usb/gadget/regs-otg.h
C
gpl3
8,684
/* * RNDIS Definitions for Remote NDIS * * Authors: Benedikt Spranger, Pengutronix * Robert Schwebel, Pengutronix * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2, as published by the Free Software Foundation. * * ...
1001-study-uboot
drivers/usb/gadget/rndis.h
C
gpl3
7,048
/* * epautoconf.c -- endpoint autoconfiguration for usb gadget drivers * * Copyright (C) 2004 David Brownell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lice...
1001-study-uboot
drivers/usb/gadget/epautoconf.c
C
gpl3
9,156
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * Based on * linux/drivers/usb/device/bi/omap.c * TI OMAP1510 USB bus interface driver * * Author: MontaVista Software, Inc. * source@mvista.com * (C) Copyright 2002 * * This program is free software; you can redistribute it and/or...
1001-study-uboot
drivers/usb/gadget/omap1510_udc.c
C
gpl3
44,329
/* * ether.c -- Ethernet gadget driver, with CDC and non-CDC options * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2008 Nokia Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms o...
1001-study-uboot
drivers/usb/gadget/ether.c
C
gpl3
70,031
# # (C) Copyright 2000-2007 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Softwa...
1001-study-uboot
drivers/usb/gadget/Makefile
Makefile
gpl3
1,999
/* * Copyright (C) 2006 by Bryan O'Donoghue, CodeHermit * bodonoghue@CodeHermit.ie * * References * DasUBoot/drivers/usb/gadget/omap1510_udc.c, for design and implementation * ideas. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ...
1001-study-uboot
drivers/usb/gadget/mpc8xx_udc.c
C
gpl3
33,700
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * (C) Copyright 2006 * Bryan O'Donoghue, deckard@CodeHermit.ie * * Based on * linux/drivers/usbd/ep0.c * * Copyright (c) 2000, 2001, 2002 Lineo * Copyright (c) 2001 Hewlett Packard * * By: * Stuart Lynne <sl@lineo.com>, * Tom Rushwort...
1001-study-uboot
drivers/usb/gadget/ep0.c
C
gpl3
17,272
/* * drivers/usb/gadget/s3c_udc_otg.c * Samsung S3C on-chip full/high speed USB OTG 2.0 device controllers * * Copyright (C) 2008 for Samsung Electronics * * BSP Support for Samsung's UDC driver * available at: * git://git.kernel.org/pub/scm/linux/kernel/git/kki_ap/linux-2.6-samsung.git * * State machine bugf...
1001-study-uboot
drivers/usb/gadget/s3c_udc_otg.c
C
gpl3
21,740
/* * Based on drivers/usb/gadget/omap1510_udc.c * TI OMAP1510 USB bus interface driver * * (C) Copyright 2009 * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * m...
1001-study-uboot
drivers/usb/gadget/spr_udc.c
C
gpl3
26,552
/* * ndis.h * * ntddndis.h modified by Benedikt Spranger <b.spranger@pengutronix.de> * * Thanks to the cygwin development team, * espacially to Casper S. Hornstrup <chorns@users.sourceforge.net> * * THIS SOFTWARE IS NOT COPYRIGHTED * * This source code is offered for use in the public domain. You may * use, ...
1001-study-uboot
drivers/usb/gadget/ndis.h
C
gpl3
9,203
/* * Copyright 2011, Marvell Semiconductor Inc. * Lei Wen <leiwen@marvell.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free So...
1001-study-uboot
drivers/usb/gadget/mv_udc.c
C
gpl3
12,715
/* * Copyright (C) 2003 David Brownell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * Ported to ...
1001-study-uboot
drivers/usb/gadget/usbstring.c
C
gpl3
3,537
/* * usb/gadget/config.c -- simplify building config descriptors * * Copyright (C) 2003 David Brownell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, o...
1001-study-uboot
drivers/usb/gadget/config.c
C
gpl3
3,879
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * Based on * linux/drivers/usbd/ep0.c * * Copyright (c) 2000, 2001, 2002 Lineo * Copyright (c) 2001 Hewlett Packard * * By: * Stuart Lynne <sl@lineo.com>, * Tom Rushworth <tbr@lineo.com>, * Bruce Balden <balden@lineo.com> * * This pro...
1001-study-uboot
drivers/usb/gadget/ep0.h
C
gpl3
1,117
/* * SH SPI driver * * Copyright (C) 2011 Renesas Solutions Corp. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope...
1001-study-uboot
drivers/spi/sh_spi.h
C
gpl3
1,798
/* * Driver for ATMEL DataFlash support * Author : Hamid Ikdoumi (Atmel) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later...
1001-study-uboot
drivers/spi/atmel_dataflash_spi.c
C
gpl3
6,127
/* * Altera SPI driver * * based on bfin_spi.c * Copyright (c) 2005-2008 Analog Devices Inc. * Copyright (C) 2010 Thomas Chou <thomas@wytron.com.tw> * * Licensed under the GPL-2 or later. */ #include <common.h> #include <asm/io.h> #include <malloc.h> #include <spi.h> #define ALTERA_SPI_RXDATA 0 #define ALTERA_...
1001-study-uboot
drivers/spi/altera_spi.c
C
gpl3
4,358
/* * (C) Copyright 2002 * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com. * * Influenced by code from: * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * mo...
1001-study-uboot
drivers/spi/soft_spi.c
C
gpl3
4,668
/* * Driver of Andes SPI Controller * * (C) Copyright 2011 Andes Technology * Macpaul Lin <macpaul@andestech.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public L...
1001-study-uboot
drivers/spi/andes_spi.c
C
gpl3
7,443
/* * (C) Copyright 2009 * Marvell Semiconductor <www.marvell.com> * Written-by: Prafulla Wadaskar <prafulla@marvell.com> * * Derived from drivers/spi/mpc8xxx_spi.c * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * mo...
1001-study-uboot
drivers/spi/kirkwood_spi.c
C
gpl3
4,594