Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d01ee4db9302cfccaa5c548a1c4e873b415681a0
/
drivers
d01ee4d
fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}
by Joakim Tjernlund
· 15 years ago
21f4cbb
fsl_i2c: Wait for STOP condition to propagate
by Joakim Tjernlund
· 15 years ago
5e498df
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 15 years ago
7e4259b
ppc/p4080: Add various p4080 related defines (and p4040)
by Kumar Gala
· 16 years ago
418ec85
ppc/p4080: Add support for CoreNet style platform LAWs
by Kumar Gala
· 16 years ago
93a8387
ppc/85xx: Clean up p1_p2_rdb PCI setup
by Kumar Gala
· 15 years ago
b0078c8
rtc/ds1337.c: Allow to set TCR register
by Werner Pfister
· 15 years ago
d3f4941
mpc512x. Micron nand flash needs a reset before a read command is issued.
by Paul Gibson
· 15 years ago
7da5335
ppc/85xx: add boot from NAND/eSDHC/eSPI support
by Mingkai Hu
· 15 years ago
041a6a0
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
by Wolfgang Denk
· 15 years ago
cae26e2
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 15 years ago
2d6d9f0
sk98lin: fix compile warnings
by Wolfgang Denk
· 15 years ago
3708e4c
drivers/net/natsemi.c: fix compile warning
by Wolfgang Denk
· 15 years ago
78d19a3
net: emaclite: Cleanup license to be GPL compatible
by Michal Simek
· 15 years ago
3ceba1d
net: Remove old Xilinx Emac driver
by Michal Simek
· 15 years ago
d1c3b27
ppc4xx: Big cleanup of PPC4xx defines
by Stefan Roese
· 15 years ago
74c5dfd
fsl: add register read-back to set_law()
by Timur Tabi
· 15 years ago
92477a6
fsl_i2c: increase I2C timeout values and make them configurable
by Timur Tabi
· 15 years ago
cfcbf8c
mxc_nand: Remove Freescale's "All Rights Reserved."
by Scott Wood
· 15 years ago
46ff6d4
License cleanup: remove unintended "All Rights Reserved" notices.
by Wolfgang Denk
· 15 years ago
9ea005f
Use different PBA value for E1000 PCI and PCIe cards
by Roy Zang
· 15 years ago
8907b8d
Misc ds1722 fixups
by Graeme Russ
· 15 years ago
a92510e
Misc ti_pci1410a fixups
by Graeme Russ
· 15 years ago
31b9ab3
Misc SATA fixups
by Graeme Russ
· 15 years ago
0d3d68b
driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controller
by Poonam Aggrwal
· 15 years ago
a713ba9
85xx: Added single core members of FSL P1xx/P2xx processors series
by Poonam Aggrwal
· 15 years ago
87c7661
85xx: Added P1020 Processor Support.
by Poonam Aggrwal
· 15 years ago
ad19e7a
pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memory
by Kumar Gala
· 15 years ago
8295b94
pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIe
by Kumar Gala
· 15 years ago
cb151aa
pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
by Kumar Gala
· 15 years ago
fb3143b
pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
by Kumar Gala
· 15 years ago
77b351c
NAND: DaVinci: V2 Adding 4 BIT ECC support
by Sandeep Paulraj
· 15 years ago
f83b7f9
MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
by Sandeep Paulraj
· 15 years ago
36fab99
mxc_nand: add nand driver for MX2/MX3
by Ilya Yanok
· 15 years ago
a2c65b4
NAND: ADD page Parameter to all read_page/read_page_raw API's
by Sandeep Paulraj
· 15 years ago
de42509
83xx, kmeter1: added NAND support
by Heiko Schocher
· 15 years ago
ecad289
OneNAND: Remove unused read_spareram
by Kyungmin Park
· 15 years ago
403ce1f
KB9202: Add NAND support
by Matthias Kaehlcke
· 15 years ago
d7f4d14
Merge branch 'next' of git://www.denx.de/git/u-boot-coldfire into next
by Wolfgang Denk
· 15 years ago
f6a3090
ColdFire: Fix compile warning messages
by TsiChung Liew
· 15 years ago
3a7b2c2
Support up to 7 banks for ids as specified in JEDEC JEP106Z
by Niklaus Giger
· 15 years ago
d3870bd
Merge branch 'next' of git://git.denx.de/u-boot-net into next
by Wolfgang Denk
· 15 years ago
68ccfa4
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
0d071cd
net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
by Kim Phillips
· 15 years ago
488feef
Add debug message for Blackfin Ethernet Rx function.
by Robin Getz
· 15 years ago
b1c0eaa
Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
by Ben Warren
· 15 years ago
68e7456
ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
by Feng Kan
· 15 years ago
6b8548b
Add driver for the ST M41T94 SPI RTC
by Albin Tonnerre
· 15 years ago
885fc78
Switch from per-driver to common definition of bin2bcd and bcd2bin
by Albin Tonnerre
· 15 years ago
e84aba1
Replace BCD2BIN and BIN2BCD macros with inline functions
by Albin Tonnerre
· 15 years ago
a3c5057
eeprom_m95xxx: remove unused variable i
by Jean-Christophe PLAGNIOL-VILLARD
· 15 years ago
db81c0d
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· 15 years ago
1fc1d9a
add WATCHDOG_RESET() on nand write and read
by Giulio Benetti
· 15 years ago
b1e849f
tsec: Wait for auto-negotiation to complete without link
by Peter Tyser
· 16 years ago
477fa63
arm: kirkwood: See to it that sent data is 8-byte aligned
by Simon Kagstrom
· 15 years ago
cad713b
Wait for the link to come up on kirkwood network init
by Simon Kagstrom
· 15 years ago
bb1ca3b
arm:kirkwood Define kirkwood phy address magic number
by Simon Kagstrom
· 15 years ago
f81ecb5
e1000: fix PCI memory addressing
by Timur Tabi
· 15 years ago
7dedefd
flash: Fix CFI buffer size bug
by John Schmoller
· 15 years ago
3426d65
dtt, lm81: move unneccessary printf into a debug printf
by Heiko Schocher
· 15 years ago
1443cd7
UEC FIXED PHY: Determine fixed-phy port using UEC interface name.
by Richard Retanubun
· 15 years ago
1a95193
Assigned a static SMI address to all UECs TBIPA address.
by Richard Retanubun
· 15 years ago
9fd38a0
net: kirkwood: updates: used eth_setenv_enetaddr api
by Prafulla Wadaskar
· 15 years ago
ecbd207
Fix E1000 build warning on AP1000 board
by Roy Zang
· 15 years ago
08c2df3
net: phy: bugfixes: mv88E61xx compiler warnings fixed
by Prafulla Wadaskar
· 15 years ago
750326e
arm: A320: driver for FTMAC100 ethernet controller
by Po-Yu Chuang
· 15 years ago
53cc18c
Minor coding style cleanup.
by Wolfgang Denk
· 15 years ago
ba3dbaf
mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
by Ilya Yanok
· 15 years ago
3ac374c
Add driver for the ST M95xxx SPI EEPROM
by Albin Tonnerre
· 15 years ago
3177349
Dual-license IBM code contributions
by Josh Boyer
· 15 years ago
1c6232f
bus_vcxk.c: fix warning: unused variable 'lineptr'
by Jens Scharsig
· 15 years ago
81813cb
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· 15 years ago
8941135
omap3: replace all instances of gpmc config struct by one global
by Dirk Behme
· 15 years ago
97a099e
omap3: remove typedefs for configuration structs
by Dirk Behme
· 15 years ago
aa07078
Add Intel E1000 PCIE card support
by Roy Zang
· 15 years ago
187af95
omap3: embedd gpmc_cs into gpmc config struct
by Matthias Ludwig
· 16 years ago
cb32ed1
Merge branch 'next' of git://git.denx.de/u-boot-coldfire
by Wolfgang Denk
· 15 years ago
108f56b
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Wolfgang Denk
· 15 years ago
4c2e3da
Update Freescale copyrights to remove "All Rights Reserved"
by Kumar Gala
· 15 years ago
fccc0fc
OMAP3 Move twl4030 mmc function
by Tom Rix
· 15 years ago
2c15513
OMAP3 Move twl4030 power and led functions
by Tom Rix
· 15 years ago
cd78263
TWL4030 Add power reset button
by Tom Rix
· 15 years ago
7f79dfb
OMAP I2C Fix the sampling clock.
by Tom Rix
· 15 years ago
4ce5a72
arm, i2c: added support for the TWSI I2C Interface
by Heiko Schocher
· 15 years ago
c2e49f7
mpc83xx: Add esd VME8349 board support
by Reinhard Arlt
· 15 years ago
8bf7437
Merge branch 'master' of git://git.denx.de/u-boot-video
by Wolfgang Denk
· 15 years ago
04538cd
video: bus_vcxk.c: fix style issues added by 50217dee
by Anatolij Gustschin
· 15 years ago
50217de
new video driver for bus vcxk framebuffers
by Jens Scharsig
· 15 years ago
44259bb
usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
by Prafulla Wadaskar
· 15 years ago
28958b8
Coding Style cleanup; update CHANGELOG.
by Wolfgang Denk
· 15 years ago
9aef738
unify HOST_CFLAGS and HOSTCFLAGS
by Mike Frysinger
· 15 years ago
cb6d0b7
ahci: Fix gcc 4.4 compiler warning
by Kumar Gala
· 15 years ago
51d91e1
drivers/bios_emulator: Fix gcc 4.4 compiler warning
by Kumar Gala
· 15 years ago
0b23fb3
fec_mxc: driver for FEC ethernet controller on i.MX27
by Ilya Yanok
· 15 years ago
0544c63
ppc4xx: Fixed compilation warning in 4xx_enet.c
by Alessio Centazzo
· 15 years ago
443ce4a
net: phy: bugfixes: mv88E61xx multichip addressing support
by Prafulla Wadaskar
· 15 years ago
16025ea
arm: Kirkwood: Check the error summary bit for error detection
by Simon Kagstrom
· 15 years ago
7b05f5e
arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
by Simon Kagstrom
· 15 years ago
3f6b18f
MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
by Richard Retanubun
· 15 years ago
736fead
Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
by Ben Warren
· 15 years ago
Next »