summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nor: Add SPI flash driverFranck Jullien2011-08-241-0/+30
* net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-151-0/+1
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+1
* mci: embed mci_dev into mci_host instead of allocating it seperatelySascha Hauer2011-08-151-0/+1
* Merge branch 'master' into nextSascha Hauer2011-08-151-0/+19
|\
| * clkdev: factorize macroJean-Christophe PLAGNIOL-VILLARD2011-08-121-0/+19
* | login: add timeout supportJean-Christophe PLAGNIOL-VILLARD2011-08-111-1/+1
* | MIPS: import header filesAntony Pavlov2011-08-051-0/+78
|/
* ARM: rework MMU supportSascha Hauer2011-08-031-0/+1
* init: introduce mem, mmu and postmmu initcallJean-Christophe PLAGNIOL-VILLARD2011-08-012-5/+11
* Merge branch 'resource' of git://uboot.jcrosoft.org/barebox into nextSascha Hauer2011-08-013-13/+32
|\
| * driver: remove map_baseJean-Christophe PLAGNIOL-VILLARD2011-08-011-6/+0
| * ns16550: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-08-012-2/+4
| * resource: introduce add_usb_ehci_device to register echi deviceJean-Christophe PLAGNIOL-VILLARD2011-07-291-0/+17
| * dm9000: introduce add_dm9000_device to register dm9000 deviceJean-Christophe PLAGNIOL-VILLARD2011-07-292-1/+11
| * dm9000: replace DM9000_WIDTH_8/16/32 by IORESOURCE_MEM_8/16/32BITJean-Christophe PLAGNIOL-VILLARD2011-07-291-4/+0
* | remove unused U-Boot header file include/ioports.hAntony Pavlov2011-08-011-65/+0
|/
* ARM: add support for the i.MX53Marc Kleine-Budde2011-07-291-1/+1
*---. Merge branches 'pu-ethaddr', 'pu-fec', 'pu-imx-iim', 'pu-resources' and 'pu-r...Sascha Hauer2011-07-291-0/+8
|\ \ \
| | | * add a ns16550 registration helper and use itSascha Hauer2011-07-291-0/+8
| | |/ | |/|
* | | net: Add a possibility for boards to give network devices a MAC addressSascha Hauer2011-07-291-0/+6
| |/ |/|
* | Merge branch 'pu' into nextSascha Hauer2011-07-292-3/+1
|\ \ | |/ |/|
| * fix typoSascha Hauer2011-07-291-1/+1
| * net: remove unused fields from struct eth_deviceSascha Hauer2011-07-291-2/+0
* | resource: introduce add_cfi_device to register simple cfi deviceJean-Christophe PLAGNIOL-VILLARD2011-07-231-0/+7
* | resource: introduce add_generic_device to register simple deviceJean-Christophe PLAGNIOL-VILLARD2011-07-211-2/+14
* | add a add_mem_device functionSascha Hauer2011-07-181-5/+6
* | mem: replace DEVFS_RDWR by IORESOURCE_MEM_WRITEABLEJean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+0
* | device: Add a dev_request_mem_region functionSascha Hauer2011-07-181-0/+14
* | debug_ll.h: add PUTS_LL() functionAntony Pavlov2011-07-181-0/+13
* | dm9200: use "struct resource" instead of platform_dataJean-Christophe PLAGNIOL-VILLARD2011-07-181-2/+0
* | device: introduce resource structure to simplify resource declarationJean-Christophe PLAGNIOL-VILLARD2011-07-182-0/+119
|/
* fix: commands/bootm.c:346:2: warning: statement with no effectJean-Christophe PLAGNIOL-VILLARD2011-07-171-2/+8
* spi: add bits_per_word to proxy structureFranck Jullien2011-07-061-0/+1
* include/linux/stat.h: make struct stat unifiedAntony Pavlov2011-06-281-58/+0
* shift and clocksourceCarlo Caione2011-06-221-0/+2
* eeprom: add at25 eeprom driverHubert Feurstein2011-06-211-0/+22
* spi: add more spi transfer functionsHubert Feurstein2011-06-211-0/+74
* spi: add platform_data pointer to spi_board_infoHubert Feurstein2011-06-211-2/+2
* pr_warn() must be pr_warning()Dirk Behme2011-06-011-0/+2
* Revert "fix printf warnings"Sascha Hauer2011-05-261-5/+0
* Merge branch 'next'Sascha Hauer2011-05-0614-61/+77
|\
| * ARM: compile in image size and magic into barebox imageSascha Hauer2011-05-061-0/+3
| * kfifo: kfifo_put takes a const bufferSascha Hauer2011-04-121-1/+1
| * move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-0/+2
| * environment: make default env path configurableSascha Hauer2011-04-121-0/+3
| * net: add a context to the packet handlerSascha Hauer2011-04-121-3/+5
| * nand bb: add proper bb remove functionSascha Hauer2011-04-121-0/+5
| * malloc: put common memory functions to seperate fileSascha Hauer2011-04-111-0/+1
| * env: Make environment variable support optionalSascha Hauer2011-04-111-0/+12