Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
c16e69f702b171473d46825db7e663fd27d141b4
c16e69f
net: phy: micrel: add documentation for Micrel KSZ90x1 binding
by Dinh Nguyen
· 9 years ago
1f9e672
net: phy: Use 'autoneg' flag from phydev
by Alexandre Messier
· 9 years ago
53b0c38
net: phy: Set ANRESTART in setup_forced
by Alexandre Messier
· 9 years ago
79e3efd
net: phy: micrel: Disable B_CAST on config
by Alexandre Messier
· 9 years ago
c4998f9
net: Rename eth.c to eth_lecacy.c
by Simon Glass
· 9 years ago
db9391e
net: Move driver-model code into its own file
by Simon Glass
· 9 years ago
8607a6b
net: Move remaining common functions to eth_common.c
by Simon Glass
· 9 years ago
9987ecd
net: Move environment functions to the common file
by Simon Glass
· 9 years ago
818f91e
net: Move common init into a new eth_common.c file
by Simon Glass
· 9 years ago
c32a6fd
net: Don't call board/cpu_eth_init() with driver model
by Simon Glass
· 9 years ago
dfa71e9
tegra: Report errors from PCI init
by Simon Glass
· 9 years ago
6968ec9
net/designware: add support of max-speed device tree property
by Alexey Brodkin
· 9 years ago
b884c3f
net/designware: do explicit port selection for 1Gb mode
by Alexey Brodkin
· 9 years ago
f74264d
include/net.h: add max_speed member in struct eth_pdata
by Alexey Brodkin
· 9 years ago
b18acb0
drivers/net/phy: introduce phy_set_supported()
by Alexey Brodkin
· 9 years ago
4dae610
net: phy: breakdown PHY_*_FEATURES defines
by Florian Fainelli
· 9 years ago
44bc317
net: phy: genphy: Allow overwriting features
by Sascha Hauer
· 9 years ago
bbdcaff
net: phy: ensure Gigabit features are masked off if requested
by Florian Fainelli
· 9 years ago
afe6462
arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()
by Bin Meng
· 9 years ago
a1c76c1
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
by Bin Meng
· 9 years ago
9a1d6af
net: tsec: Add driver model ethernet support
by Bin Meng
· 9 years ago
69a0087
doc: dt-bindings: Describe Freescale TSEC ethernet controller
by Bin Meng
· 9 years ago
56a27a1
net: tsec: Use tsec_private pointer as the parameter for internal routines
by Bin Meng
· 9 years ago
8ba5017
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
by Bin Meng
· 9 years ago
e677da9
net: tsec: Move rxbd and txbd to struct tsec_private
by Bin Meng
· 9 years ago
362b123
net: tsec: Move rx_idx and tx_idx to struct tsec_private
by Bin Meng
· 9 years ago
9872b73
net: tsec: fsl_mdio: Fix several cosmetic issues
by Bin Meng
· 9 years ago
9ccb309
arm: ls1021atwr: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· 9 years ago
c712df1
powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· 9 years ago
1adc095
powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· 9 years ago
4521ae9
powerpc: mpc8572ds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· 9 years ago
98ae83b
powerpc: c29xpcie: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· 9 years ago
89c9784
powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· 9 years ago
44c42dd
net: bootp: Ignore packets whose yiaddr is 0
by Peng Fan
· 9 years ago
aae0e68
drivers: net: vsc9953: Add LAG support
by Codrin Ciubotariu
· 9 years ago
bf9f2ed
common: cmd_ethsw: Spelling fixes
by Codrin Ciubotariu
· 9 years ago
3507cf7
doc: t1040-l2switch: Update README
by Codrin Ciubotariu
· 9 years ago
ba389e6
drivers: net: vsc9953: Fix FDB aging time
by Codrin Ciubotariu
· 9 years ago
96979dc
drivers: net: vsc9953: Fix number of reserved registers
by Codrin Ciubotariu
· 9 years ago
a058052
net: phy: do not read configuration register on reset
by Stefan Agner
· 9 years ago
077678e
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
ab971e1
sandbox: eth-raw-os.c: Ensure that our interface name is not too long
by Tom Rini
· 9 years ago
66eaea6
dm: core: Add option to configure an offset for the address translation
by Stefan Roese
· 9 years ago
9b20519
rockchip: Use the debug UART on rk3036
by Simon Glass
· 9 years ago
b7e2983
dm: ns16550: Allow the driver to be omitted if requested
by Simon Glass
· 9 years ago
92c55b6
dm: serial: Allow the UART driver to be dropped from the image
by Simon Glass
· 9 years ago
d4f847e
dm: net: usb: Convert mcs7830 driver to support driver model
by Simon Glass
· 9 years ago
ce932c7
dm: net: usb: Refactor mcs7830 driver ready for DM conversion
by Simon Glass
· 9 years ago
8bd4252
pci: Tidy up comments in pci_bind_bus_devices()
by Simon Glass
· 9 years ago
4abe8e4
dm: Convert PCI MMC over to use DM PCI API
by Simon Glass
· 9 years ago
09c5c16
dm: usb: Convert echi-pci to use new DM PCI API
by Simon Glass
· 9 years ago
ff758cc
dm: ahci: Convert to use new DM PCI API
by Simon Glass
· 9 years ago
7e78b9e
dm: pci: Switch to DM API for PCI address mapping
by Simon Glass
· 9 years ago
552ddbe
dm: net: Convert rtl8169 to use DM PCI API
by Simon Glass
· 9 years ago
21d1fe7
dm: pci: Add driver model API functions for address mapping
by Simon Glass
· 9 years ago
c032241
dm: test: Convert PCI tests to use the DM PCI API
by Simon Glass
· 9 years ago
96350f7
dm: tegra: net: Convert tegra boards to driver model for Ethernet
by Simon Glass
· 9 years ago
170366c
dm: pci: Drop the old version of pci_find_class()
by Simon Glass
· 9 years ago
0fe9cb0
dm: pci: Drop the old version of pci_find_device/s()
by Simon Glass
· 9 years ago
8beb0bd
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
by Simon Glass
· 9 years ago
3f4e1e8
dm: pci: video: Convert video and pci_rom to use DM PCI API
by Simon Glass
· 9 years ago
7d8e404
dm: Convert bios_interrupts to use DM PCI API
by Simon Glass
· 9 years ago
9bf727f
dm: x86: ivybridge: Convert graphics init to use DM PCI API
by Simon Glass
· 9 years ago
fcc0a87
dm: serial: Convert ns16550 driver to use driver model PCI API
by Simon Glass
· 9 years ago
bab17cf
dm: pci: Add a function to read a PCI BAR
by Simon Glass
· 9 years ago
a0eb835
dm: pci: Add a driver-model version of pci_find_class()
by Simon Glass
· 9 years ago
9fbdb94
dm: pci: scsi: Use driver-model PCI API
by Simon Glass
· 9 years ago
5c0bf64
dm: pci: Add a driver-model version of pci_find_device()
by Simon Glass
· 9 years ago
5e23b8b
dm: pci: Use driver model PCI API in auto-config
by Simon Glass
· 9 years ago
f3f1fae
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
by Simon Glass
· 9 years ago
21ccce1
dm: pci: Add a dm_ prefix to pci_get_bdf()
by Simon Glass
· 9 years ago
2b81e8a
dm: pci: Mark legacy files as such
by Simon Glass
· 9 years ago
e69514c
ARM: uniphier: fix recommended board setting in document
by Masahiro Yamada
· 9 years ago
93d92d4
ARM: uniphier: add dump command for DDR Multi PHY registers
by Masahiro Yamada
· 9 years ago
15607d0
ARM: uniphier: add DRAM init code for ProXstream2/PH1-LD6b
by Masahiro Yamada
· 9 years ago
107b3fb
ARM: uniphier: move headers out of include/mach directory
by Masahiro Yamada
· 9 years ago
042b28f
ARM: uniphier: move cmd_pinmon.c to boot-mode subdirectory
by Masahiro Yamada
· 9 years ago
9ca6616
ARM: uniphier: move cmd_ddrphy.c to dram subdirectory
by Masahiro Yamada
· 9 years ago
9475f8d
ARM: uniphier: kill bogus header includes
by Masahiro Yamada
· 9 years ago
fa85e82
Prepare v2016.01
by Tom Rini
· 9 years ago
v2016.01
a57a817
dm: test: usb: Update the USB tests so that they all pass
by Simon Glass
· 9 years ago
c5f18a0
MAINTAINERS/mailmap: Update my email address
by Fabio Estevam
· 9 years ago
e6c516a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
b5e7c1e
cgtqmx6eval: README: Fix parameter of 'sf write' command
by Otavio Salvador
· 9 years ago
70f27e7
mx6cuboxi: Remove obsolete comment
by Fabio Estevam
· 9 years ago
4b421d4
mx6cuboxi: Fix the reset delay for the AR8035 PHY
by Fabio Estevam
· 9 years ago
d77a092
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
b685c73
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
7ba34ff
pci: layerscape: Adjust the return value when ls_pcie_addr_valid() fails
by Bin Meng
· 9 years ago
9642b78
pci: imx: Adjust the return value when imx_pcie_addr_valid() fails
by Bin Meng
· 9 years ago
e9cdf3b
fs: handle the fileaddr variable in the same way as in the network case
by David Müller (ELSOFT AG)
· 9 years ago
3572921
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
by Heiko Schocher
· 9 years ago
fea6730
fix always succesful memory test
by Rasmus Villemoes
· 9 years ago
9d243b1
cyrus: Enable STDIO deregister
by Andy Fleming
· 9 years ago
2f23102
MAINTAINERS, .mailmap: Update my email address
by York Sun
· 9 years ago
90345c9
am33xx/am43xx: Add platform data for GPIOs
by Tom Rini
· 9 years ago
80dc999
serial: zynq: Use static inline for _debug_uart_init()
by Michal Simek
· 9 years ago
821fec0
net: remove scary warning about EEPROM provided MAC address
by Andre Przywara
· 9 years ago
7babe48
arm64: Juno/FVP: adjust kernel load address
by Andre Przywara
· 9 years ago
c2b233c
arm, Makefile: correct compilation flag for u-boot-dtb
by Aneesh Bansal
· 9 years ago
Next »