2020-06-18 | Marek Vasut | net: pcnet: Add DM support Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Split common and non-DM functions Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Wrap name and enetaddr into private data Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Wrap iobase into private data Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Pass private data through dev->priv Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Wrap devbusfn into private data Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Drop useless forward declarations Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Move initialize function at the end Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Move private data allocation to initialize Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Replace memset+malloc with calloc Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Simplify private data allocation Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Use PCI_DEVICE() to define PCI device compat... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Drop PCNET_HAS_PROM Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: pcnet: Drop typedef struct pcnet_priv_t Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Add Kconfig entries Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Add DM support Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Split common parts of non-DM functions out Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Drop bd_t pointer from read_hw_addr() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Add RX/TX rings into the private data Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Pass device private data into mdiobus Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Pass device private data around Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Introduce device private data Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Drop inline keyword Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix EE_*_CMD macros Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Factor out MII registration Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Switch from malloc()+memset() to calloc() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Use PCI_DEVICE() to define PCI device... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Reorder functions in the driver Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Remove volatile misuse Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Add cache management Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Factor out tx_ring command issuing Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Replace purge_tx_ring() with memset() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Use standard I/O accessors Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix camelcase Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix remaining checkpatch issues Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix indented label Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix pointer location Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix parenthesis alignment Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix braces Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Fix spacing Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Use plain debug() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Clean up comments Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-06-18 | Marek Vasut | net: eepro100: Remove EEPRO100_SROM_WRITE Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-29 | Marek Vasut | sh: r2dplus: Enable HUSH Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-29 | Marek Vasut | sh: r2dplus: Enable board_eth_init only for non-DM... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-20 | Marek Vasut | sh: Enable ffunction-sections and fdata-sections Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-20 | Marek Vasut | ARM: dts: rmobile: Enable eMMC DDR52 modes on Gen3... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-20 | Marek Vasut | ARM: rmobile: Enable support for OpTee on Gen3 Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-20 | Marek Vasut | ARM: rmobile: Merge prior-stage firmware DT fragment... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-20 | Marek Vasut | ARM: dts: rmobile: Reserve space in R-Car Gen3 DTs Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-20 | Marek Vasut | fdtdec: Add weak function to patch U-Boot DT right... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-20 | Marek Vasut | libfdt: Export overlay_apply_node() as fdt_overlay_apply_node() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Add DM support Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Split non-DM specific bits from common... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Clean up the status handling in smc911x_recv() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Pass around driver private data Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Convert IO accessors to {read,write}... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Drop weak alias from 32bit accessors Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Inline all functions from header file Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Pull MII registration into separate function Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Fix potential memleak() in init fail... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Invert the logic in smc911x_miiphy_{read... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Rename smc911x_rx() to smc911x_recv() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Replace malloc()+memset() with calloc() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: smc911x: Remove pkt_data_{push,pull} Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Fill in SPDX tag Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Move functions around Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Finish cleanup Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Factor out hardware reset Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Minor cleanup of rtl_disable() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Minor cleanup of rtl_poll() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Minor cleanup of rtl_transmit() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Minor cleanup of rtl_reset() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Minor cleanup of set_rx_mode() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Consistently use rtl8139_rx_config Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Minor cleanup of read_eeprom() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Rework eeprom_delay() macro Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: rtl8139: Register macro cleanup Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Reorganize driver Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up INL/OUTL functions Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up DE4X5 macros Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up remaining driver code Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up SROM operations Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up send_setup_frame() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up dc21x4x_halt() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up dc21x4x_recv() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up dc21x4x_send() Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: dc2114x: Clean up init code Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: pcnet: Switch to PCI memory access Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: pcnet: Replace mips-specific accessors Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: tulip: Remove CONFIG_TULIP_* Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: pcnet: Remove CONFIG_PCNET_79C97x Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-05-01 | Marek Vasut | net: Fix warning when including netdev.h on DM systems Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-04-28 | Marek Vasut | ARM: dts: rmobile: Scrub unused DT nodes Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-04-28 | Marek Vasut | ARM: dts: rmobile: Synchronize Gen3 DTs with Linux... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-04-28 | Marek Vasut | ARM: dts: rmobile: Synchronize Gen2 DTs with Linux... Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-04-28 | Marek Vasut | ARM: rmobile: Unify Gen3 Salvator-X(S) and ULCB defconfigs Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
2020-04-04 | Marek Vasut | net: sh_eth: Init the hardware before PHY access Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
commit | commitdiff | tree |
next |