Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
4e8b7544b796c4a8d4513b4070716ce42bfba840
/
drivers
« Previous
711a672
MX5: Make IPU display output and pixel format configurable
by Marek Vasut
· 13 years ago
3d1d5e2
VIDEO: MX5: export pix format
by Stefano Babic
· 13 years ago
63f832f
VIDEO: MX5: Switch MX5 to CONFIG_VIDEO
by Stefano Babic
· 13 years ago
3c59e39
video: update the Freescale DIU driver to use linux/fb.h
by Timur Tabi
· 13 years ago
0da1fb0
pci: move pcidelay code to new location just before PCI bus scan
by Anatolij Gustschin
· 13 years ago
4f1ec4c
net: axi_ethernet: Add driver to u-boot
by Michal Simek
· 13 years ago
5ac8380
net: emaclite: Fix coding style
by Michal Simek
· 13 years ago
8043925
net: emaclite: Use PKTSIZE directly
by Michal Simek
· 13 years ago
947324b
net: emaclite: Setup RX/TX ping pong for every instance
by Michal Simek
· 13 years ago
2339e49
phylib: wait for TN2020 to achieve SERDES lane alignment at startup
by Timur Tabi
· 13 years ago
7f92c3a
powerpc/p3060: remove all references to RCW bits EC1_EXT, EC2_EXT, and EC3
by Timur Tabi
· 13 years ago
d8fffa0
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Wolfgang Denk
· 13 years ago
f6d99aa
Merge branch 'master' of git://git.denx.de/u-boot-ubi
by Wolfgang Denk
· 13 years ago
e5a0717
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 13 years ago
3a6591a
MIPS: Jz4740: Add NAND driver
by Xiangfu Liu
· 13 years ago
d638946
UBI: init eba tables before wl when attaching a device
by Holger Brunck
· 13 years ago
6016194
NAND: davinci: choose correct 1-bit h/w ECC reg
by Laurence Withers
· 13 years ago
007a28d
fsl_sata: Fix compile error when CONFIG_LBA48 is not defined
by Tang Yuantian
· 13 years ago
3038171
powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY
by Timur Tabi
· 13 years ago
ebfdacb
phylib: Work around bug in Teranetics PHY
by Andy Fleming
· 14 years ago
6bc52ef
drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
bf513c2
drivers/net/smc91111.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
419a1fe
CFI: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
1a9845b
netconsole: support packets longer than 512 bytes
by Michael Walle
· 13 years ago
49a23e4
serial: uartlite: Support for SERIAL_MULTI
by Michal Simek
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
d90f0c1
net: drop !NET_MULTI ns7520 driver
by Mike Frysinger
· 13 years ago
029cf6b
net: drop !NET_MULTI bcm570x/tigon3 drivers
by Mike Frysinger
· 13 years ago
6e96703
PPC: Cleanup tqm8xx_pcmcia.c
by Marek Vasut
· 13 years ago
4f7549d
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 13 years ago
1fed668
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 13 years ago
c525753
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Wolfgang Denk
· 13 years ago
24dd863
PPC: Fix fsl_upm.c by renaming nand handling functions
by Marek Vasut
· 13 years ago
17d261d
mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi
by mhench
· 13 years ago
6d41419
NAND: Really ignore bad blocks when scrubbing
by Marek Vasut
· 13 years ago
b4b1e76
mxc_nand: fix a problem writing more than 32MB
by Helmut Raiger
· 13 years ago
780f30b
mxc_nand: fixed some typos (cosmetic)
by Helmut Raiger
· 13 years ago
1568009
nand: increase chip_delay in mv kirkwood nand driver
by Stefan Bigler
· 13 years ago
6d7b061
powerpc/p3060: Add SoC related support for P3060 platform
by Shengzhou Liu
· 13 years ago
69a8524
fm-eth: Add ability for board code to disable a port
by Kumar Gala
· 13 years ago
d308c9d
I2C: mv_i2c: fix multi-bus init issue
by Lei Wen
· 13 years ago
2be1ed3
I2C: mv_i2c: fix build issue when enable debug option
by Lei Wen
· 13 years ago
773cfa8
net: emaclite: Use dynamic allocation
by Michal Simek
· 13 years ago
8d95ddb
net: emaclite: Remove baseaddress from xemaclite
by Michal Simek
· 13 years ago
28ae02e
net: emaclite: Use calloc instead of malloc
by Michal Simek
· 13 years ago
be98696
net: emaclite: Remove deviceid property
by Michal Simek
· 13 years ago
25a0255
net: emaclite: Change driver name and add address
by Michal Simek
· 13 years ago
cac952f
GCC4.6: Squash warning in vmt.c
by Marek Vasut
· 13 years ago
89131e9
GCC4.6: Squash warning in nand_bbt.c
by Marek Vasut
· 13 years ago
564964b
GCC4.6: Squash warnings in ipu_disp.c
by Marek Vasut
· 13 years ago
e3e454c
console: Squelch pre-console output in console functions
by Graeme Russ
· 13 years ago
79df120
ns16550: change to allow 32 bit access to registers
by Dave Aldridge
· 13 years ago
1e02c20
Merge branch 'sf' of git://git.denx.de/u-boot-blackfin
by Wolfgang Denk
· 13 years ago
e063342
ATA: Squash warnings in mxc_ata.
by Marek Vasut
· 13 years ago
db84140
I2C: mxc_i2c rework
by Marek Vasut
· 13 years ago
8edcc6f
FEC: Move imx_get_mac_from_fuse() definition to fec_mxc.h
by Marek Vasut
· 13 years ago
17fb268
FEC: Squish "got MAC from fuse" message, make it debug()
by Marek Vasut
· 13 years ago
e382fb4
FEC: Add timeout for chip reset
by Marek Vasut
· 13 years ago
2e5f442
FEC: Allow registering MII postconfiguration callback
by Marek Vasut
· 13 years ago
9e27e9d
FEC: Allow multiple FECes
by Marek Vasut
· 13 years ago
d133b88
FEC: Abstract access to fec->eth in MII operations
by Marek Vasut
· 13 years ago
392b850
FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPE
by Marek Vasut
· 13 years ago
a50a90c
FEC: Add RMII mode support
by Marek Vasut
· 13 years ago
9eb3770
FEC: Kill mode select FIXME's
by Marek Vasut
· 13 years ago
77dbd6a
FEC: Use defined constant instead of magic number
by Marek Vasut
· 13 years ago
879cf26
FEC: Use proper accessor to read register in debug call
by Marek Vasut
· 13 years ago
50cf807
cosmetic: fsl_pmic: cosmetic for the help message
by Jason Liu
· 13 years ago
41d272d
rtc, davinci: add support for davinci internal RTC
by Heiko Schocher
· 13 years ago
19fdf9a
net, davinci_emac: let the EMAC detect the PHYs
by Heiko Schocher
· 13 years ago
c3b4a47
net, davinci_emac: make less verbose - turn printf() into debug()
by Heiko Schocher
· 13 years ago
4f3c42a
net, davinci_emac: add KSZ8864 switch
by Heiko Schocher
· 13 years ago
49d6da6
i2c, davinci: add i2c set speed
by Heiko Schocher
· 13 years ago
14fa2dd
mmc: omap: config VMMC, MMC1_PBIAS
by Balaji T K
· 13 years ago
ecd9af8
mmc: omap: enable high capacity
by Balaji T K
· 13 years ago
12c2f1e
spl: add NAND Library to new SPL
by Simon Schwarz
· 13 years ago
79788bb
net: Adds Fast Ethernet Controller driver for Armada100
by Ajay Bhargav
· 13 years ago
0c44229
gpio: Add GPIO driver framework for Marvell SoCs
by Ajay Bhargav
· 13 years ago
c916d7c
powerpc/85xx: Add support for FMan ethernet in Independent mode
by Kumar Gala
· 14 years ago
52f90da
nand: Freescale Integrated Flash Controller NAND support
by Dipen Dudhat
· 14 years ago
1b719e6
powerpc/85xx: Add ULPI and UTMI USB Phy support for P1010/P1014
by Ramneek Mehresh
· 14 years ago
bd75c63
sf: eon: add support for EN25Q32B parts
by Shaohui Xie
· 13 years ago
0dcfb0f
Revert "phylib: remove a couple of redundant code lines"
by Wolfgang Denk
· 13 years ago
0ed1eb6
ASIX: Fix buffer access in asix_get_phy_addr()
by Marek Vasut
· 13 years ago
3f96ee3
sf: fix debug format string warning
by Vadim Bendebury
· 13 years ago
89677b2
ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible
by Michael Jones
· 13 years ago
0607e2b
ARMV7: OMAP: Write more than 1 byte at a time in i2c_write
by Michael Jones
· 13 years ago
04e5ae7
Minor coding style cleanup.
by Wolfgang Denk
· 13 years ago
1e8ff71
KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH
by Greg Ungerer
· 13 years ago
041c542
phylib: remove a couple of redundant code lines
by Vladimir Zapolskiy
· 13 years ago
e3a7721
phylib: reset mii bus only if reset handler is registered
by Vladimir Zapolskiy
· 13 years ago
24e1664
smc911x: Fix build warnings
by Wolfgang Denk
· 13 years ago
6af1d41
smc911x MII made available
by Helmut Raiger
· 13 years ago
49ea2e3
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Wolfgang Denk
· 13 years ago
6eba734
Merge branch 'master' of git://git.denx.de/u-boot-video
by Wolfgang Denk
· 13 years ago
3003271
I2C: mxc: fix compilation for MX31
by Stefano Babic
· 13 years ago
4cd3f7c
VIDEO: mb86r0xgdc.c: fix warning: unused variable 'i'
by Wolfgang Denk
· 13 years ago
ad8e3bd
sf: winbond: Add support for the Winbond W25X40
by James Le Cuirot
· 13 years ago
fb2d6ef
FPGA: constify Lattice FPGA code
by Wolfgang Denk
· 13 years ago
712f4d1
drivers/video/Makefile: include object files only once
by Wolfgang Denk
· 13 years ago
9d75de0
video: Fix build error with global inclusion of videomodes
by Kumar Gala
· 13 years ago
Next »