aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mpc512x. Micron nand flash needs a reset before a read command is issued.Paul Gibson1-0/+1
2009-09-15ppc/85xx: add boot from NAND/eSDHC/eSPI supportMingkai Hu1-0/+2
2009-09-15Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk3-484/+20
2009-09-15Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2-70/+70
2009-09-15sk98lin: fix compile warningsWolfgang Denk4-13/+29
2009-09-15drivers/net/natsemi.c: fix compile warningWolfgang Denk1-1/+2
2009-09-14net: emaclite: Cleanup license to be GPL compatibleMichal Simek1-19/+20
2009-09-14net: Remove old Xilinx Emac driverMichal Simek2-465/+0
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese2-70/+70
2009-09-08fsl: add register read-back to set_law()Timur Tabi1-1/+2
2009-09-06fsl_i2c: increase I2C timeout values and make them configurableTimur Tabi1-4/+20
2009-09-04mxc_nand: Remove Freescale's "All Rights Reserved."Scott Wood1-1/+1
2009-09-04License cleanup: remove unintended "All Rights Reserved" notices.Wolfgang Denk4-4/+0
2009-09-04Use different PBA value for E1000 PCI and PCIe cardsRoy Zang1-2/+10
2009-09-04Misc ds1722 fixupsGraeme Russ1-1/+2
2009-09-04Misc ti_pci1410a fixupsGraeme Russ1-44/+18
2009-09-04Misc SATA fixupsGraeme Russ2-19/+6
2009-08-28driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controllerPoonam Aggrwal1-0/+44
2009-08-2885xx: Added single core members of FSL P1xx/P2xx processors seriesPoonam Aggrwal1-1/+2
2009-08-2885xx: Added P1020 Processor Support.Poonam Aggrwal1-1/+1
2009-08-28pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memoryKumar Gala1-63/+162
2009-08-28pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIeKumar Gala1-19/+13
2009-08-28pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala1-1/+7
2009-08-28pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala1-2/+4
2009-08-26NAND: DaVinci: V2 Adding 4 BIT ECC supportSandeep Paulraj1-2/+282
2009-08-26MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRSTSandeep Paulraj1-0/+59
2009-08-26mxc_nand: add nand driver for MX2/MX3Ilya Yanok2-0/+881
2009-08-26NAND: ADD page Parameter to all read_page/read_page_raw API'sSandeep Paulraj2-8/+10
2009-08-2683xx, kmeter1: added NAND supportHeiko Schocher2-0/+136
2009-08-26OneNAND: Remove unused read_spareramKyungmin Park1-3/+1
2009-08-26KB9202: Add NAND supportMatthias Kaehlcke2-0/+151
2009-08-26Merge branch 'next' of git://www.denx.de/git/u-boot-coldfire into nextWolfgang Denk1-6/+10
2009-08-26ColdFire: Fix compile warning messagesTsiChung Liew1-6/+10
2009-08-26Support up to 7 banks for ids as specified in JEDEC JEP106ZNiklaus Giger2-2/+80
2009-08-25Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk5-132/+197
2009-08-25Merge branch 'master' into nextWolfgang Denk1-2/+2
2009-08-25net: tsec - handle user interrupt while waiting for PHY auto negotiation to c...Kim Phillips1-0/+7
2009-08-25Add debug message for Blackfin Ethernet Rx function.Robin Getz1-0/+3
2009-08-25Convert CS8900 Ethernet driver to CONFIG_NET_MULTI APIBen Warren3-132/+187
2009-08-25ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driverFeng Kan1-2/+2
2009-08-25Add driver for the ST M41T94 SPI RTCAlbin Tonnerre2-0/+125
2009-08-25Switch from per-driver to common definition of bin2bcd and bcd2binAlbin Tonnerre23-233/+0
2009-08-25Replace BCD2BIN and BIN2BCD macros with inline functionsAlbin Tonnerre4-61/+61
2009-08-21eeprom_m95xxx: remove unused variable iJean-Christophe PLAGNIOL-VILLARD1-1/+0
2009-08-21Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk4-30/+58
2009-08-21add WATCHDOG_RESET() on nand write and readGiulio Benetti1-0/+4
2009-08-21tsec: Wait for auto-negotiation to complete without linkPeter Tyser1-10/+9
2009-08-21arm: kirkwood: See to it that sent data is 8-byte alignedSimon Kagstrom2-4/+18
2009-08-21Wait for the link to come up on kirkwood network initSimon Kagstrom1-6/+14
2009-08-21arm:kirkwood Define kirkwood phy address magic numberSimon Kagstrom1-4/+10