Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
24e6cf4cdf3ce11bc8c974af046eedfb371a18df
/
drivers
ca2dbd4
Blackfin: only initialize the RTC when actually used
by Mike Frysinger
· 16 years ago
af0501a
Cleanup: fix "MHz" spelling
by Wolfgang Denk
· 16 years ago
35610c6b
Merge git://git.denx.de/u-boot into x1
by Markus Klotzbuecher
· 16 years ago
4216d75
Merge 'next' branch
by Wolfgang Denk
· 16 years ago
cf92b98
fsl_law clear enable before changing.
by Ed Swarthout
· 16 years ago
7f3afd6
mgsuvd: fix compiler warning when using soft_i2c driver
by Heiko Schocher
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
6ee861b
I2C: adding new "i2c bus" Command to the I2C Subsystem.
by Heiko Schocher
· 16 years ago
0e2f2c5
soft_i2c: Add CFG_I2C_INIT_BOARD option
by Heiko Schocher
· 16 years ago
4445768
lm75: Make the LM75 MULTI_BUS compatible.
by Heiko Schocher
· 16 years ago
842dec5
lm75: fix Codingstyle issues.
by Heiko Schocher
· 16 years ago
dc7d22a
soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
by Heiko Schocher
· 16 years ago
9031b21
i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
by Heiko Schocher
· 16 years ago
8fdffec
hwmon: Add LM63 support
by Dirk Eibach
· 16 years ago
e5167f1
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
024e1e7
Change UEC PHY interface to RGMII on MPC8568MDS
by Haiying Wang
· 16 years ago
76ad644
Merge branch 'master' of /home/wd/git/u-boot/master/
by Wolfgang Denk
· 16 years ago
7be6e5b
Fix the function conflict in x86emu when DEBUG is on
by Jason Jin
· 16 years ago
aec78e1
Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
by Wolfgang Denk
· 16 years ago
d8c55ab
The PIPE_INTERRUPT flag is used wrong
by Remy Bohmer
· 16 years ago
47e7208
fix USB initialisation procedure
by Remy Bohmer
· 16 years ago
1f97610
Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
by Peter Tyser
· 16 years ago
3f08806
Fix the NAND size overflow issue.
by Jason Jin
· 16 years ago
48b5439
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· 16 years ago
8dcca36
AX88180: new gigabit network driver
by Louis Su
· 16 years ago
4005e3b
enable 10/100M at VSC8601 at tsec driver
by Andre Schwarz
· 16 years ago
f909daa
net: ne2000: Divided a function of NE2000 driver
by Nobuhiro Iwamatsu
· 16 years ago
3c13d70
fsl_pci_init do not scan bus when configured as an end-point
by Ed Swarthout
· 16 years ago
2da1410
CFI: cfi_flash write fix for AMD legacy
by Ed Swarthout
· 16 years ago
59404ee
cfi_flash: do not reset flash when probe fails
by Mike Frysinger
· 16 years ago
b118d99
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 16 years ago
9d58a01
usb: Fix compile warning of r8a66597-hcd
by Nobuhiro Iwamatsu
· 16 years ago
e58917e
sh: Fix compile warning
by Nobuhiro Iwamatsu
· 16 years ago
0123357
sh: Fix typo in SH serial driver
by Nobuhiro Iwamatsu
· 16 years ago
172a113
Refactoring parts of the common USB OHCI code
by Remy Bohmer
· 16 years ago
cb3d2de
Support for multiple SGMII/TBI interfaces for TSEC ethernet
by Peter Tyser
· 16 years ago
66b222d
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 16 years ago
45c7e89
fsl_elbc_nand: ecclayout cleanups
by Anton Vorontsov
· 16 years ago
d481b07
fsl_elbc_nand: implement support for flash-based BBT
by Anton Vorontsov
· 16 years ago
5e0400f
fsl_elbc_nand: fix OOB workability for large page NAND chips
by Anton Vorontsov
· 16 years ago
c933756
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 16 years ago
2a86239
Merge branch 'Makefile-next' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
ef33369
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 16 years ago
818968c
MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
by Wolfgang Denk
· 16 years ago
4ce0011
i.MX31: Make the SPI bus and chip select configurable for MC13783
by Magnus Lilja
· 16 years ago
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
53db4cd
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
68a8756
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
31856dd
ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
by Victor Gallardo
· 16 years ago
c6c843a
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 16 years ago
7ddfafc
Fix printf errors under -DDEBUG
by Andrew Klossner
· 16 years ago
8dd593a
mtd: SPI Flash: Support the STMicro Flash
by TsiChung Liew
· 16 years ago
743dd49
Make usb-stop() safe to call multiple times in a row.
by Remy Bohmer
· 16 years ago
9179084
Makefile: fix bug introduced by commit 47ffd6c2
by Wolfgang Denk
· 16 years ago
9a83aea
Makefile: compile and link each module just once
by Wolfgang Denk
· 16 years ago
0813b12
Moved conditional compile into Makefile
by Andreas Engel
· 16 years ago
8043861
Merged serial_pl010.c and serial_pl011.c.
by Andreas Engel
· 16 years ago
2fe2a97
Update i386 code (sc520_cdp)
by Graeme Russ
· 16 years ago
e6f5c91
85xx: socrates: Enable Lime support.
by Anatolij Gustschin
· 16 years ago
297e11a
rs5c372: fix rtc_set prototype
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
489cf6d
mk48t59: fix compile problem introduced by commit d1e23194
by Wolfgang Denk
· 16 years ago
97a2e10
rtc: allow rtc_set to return an error and use it in cmd_date
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
5601c61
clean up some #if !defined() in drivers/video/cfb_console.c
by Andrew Dyer
· 16 years ago
11af42c
USB EHCI: reset root hub
by Yuri Tikhonov
· 16 years ago
62a3459
RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
by Yuri Tikhonov
· 16 years ago
0af6a43
net: smc911x: Add pkt_data_pull and pkt_data_push function
by Nobuhiro Iwamatsu
· 16 years ago
052a5ea
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
840f8a5
Moved initialization of TULIP Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
050019d
Moved initialization of E1000 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
5f92942
Moved initialization of plb2800 Ethernet driver to board_eth_init
by Ben Warren
· 16 years ago
cba8851
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
b664dea
Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
d2358c0
Moved initialization of IncaIP Ethernet controller to board_eth_init
by Ben Warren
· 16 years ago
b794a93
Moved initialization of PCNET Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
8d943c8
Moved initialization of NATSEMI Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
f2c1acb
Moved initialization of NS8382X Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
04e97e0
Moved initialization of TSI108 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
65b8623
Moved initialization of RTL8139 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
26425a6
Moved initialization of RTL8169 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
2f2b6b6
Introduce netdev.h header file and remove externs
by Ben Warren
· 16 years ago
ac65e07
Add SGMII support to the tsec
by Andy Fleming
· 16 years ago
fecff2b
Pass in tsec_info struct through tsec_initialize
by Andy Fleming
· 16 years ago
c067fc1
tsec: Move tsec.h to include/
by Andy Fleming
· 16 years ago
7d4a2c3
PHY: Add support for the M88E1121R Marvell chip.
by Sergei Poselenov
· 16 years ago
30aa8bd
Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
8b3fbe3
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
f006908
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Wolfgang Denk
· 16 years ago
51da61c
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
by Wolfgang Denk
· 16 years ago
fcabccc
sh: add support Renesas SH7723
by Nobuhiro Iwamatsu
· 16 years ago
8e7130f
sh: Add support Renesas SH7203 processor
by Nobuhiro Iwamatsu
· 16 years ago
21ece4d
NAND: add NAND driver for S3C64XX
by Guennadi Liakhovetski
· 16 years ago
a20f6a4
S3C64XX: remove broken HWFLOW support from the serial driver
by Guennadi Liakhovetski
· 16 years ago
a28e28f
serial: add S3C64XX serial driver
by Guennadi Liakhovetski
· 16 years ago
e726e7a
USB: Add support for OHCI controller on S3C6400
by Guennadi Liakhovetski
· 16 years ago
604b6fb
Move MPC512x_FEC driver to drivers/net
by Ben Warren
· 16 years ago
b5a7f8f
Move MPC5xxx_FEC driver to drivers/net
by Ben Warren
· 16 years ago
84dd226
miiphyutil: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
f226679
miiphybb: move to drivers/net/phy
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
eb68034
soft_spi: move to drivers/spi
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
4756dec
soft_i2c: move to drivers/i2c
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
Next »