~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* net: smc911x: Remove non-DM_ETH codeTom Rini2022-12-07
* net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-28
* net: Use phys_addr_t for SMC net device addressesPeter Hoyes2021-07-22
* net: smc911x: Determine bus width at runtimeAndre Przywara2021-07-06
* net: smc911x: Drop redundant CONFIG_SMC911X_16_BIT Kconfig symbolAndre Przywara2021-07-06
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-25
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-20
* treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-17
* net: smc911x: Properly handle EEPROM MAC addressAndre Przywara2020-07-07
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* net: smc911x: Add DM supportMarek Vasut2020-05-01
* net: smc911x: Split non-DM specific bits from common codeMarek Vasut2020-05-01
* net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut2020-05-01
* net: smc911x: Pass around driver private dataMarek Vasut2020-05-01
* net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut2020-05-01
* net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut2020-05-01
* net: smc911x: Inline all functions from header fileMarek Vasut2020-05-01
* net: smc911x: Pull MII registration into separate functionMarek Vasut2020-05-01
* net: smc911x: Fix potential memleak() in init fail pathMarek Vasut2020-05-01
* net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut2020-05-01
* net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut2020-05-01
* net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut2020-05-01
* net: smc911x: Remove pkt_data_{push,pull}Marek Vasut2020-05-01
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* net: mii: Fix changes made by spatchJoe Hershberger2016-08-15
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-15
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18
* net: smc911x: Keep MAC programmedMarek Vasut2014-11-07
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* drivers/net/smc911x.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-22
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-22
* smc911x: Fix build warningsWolfgang Denk2011-09-09
* smc911x MII made availableHelmut Raiger2011-09-07
* miiphy: convert to linux/mii.hMike Frysinger2011-01-09
* lan91c96, smc911x: remove useless free(ptr) calls on NULL ptrSerge Ziryukin2010-05-17
* smc911x driver frame alignment patchValentin Yakovenkov2010-05-03
* NET: Fix MAC addr handling for smc911xSeunghyeon Rhee2010-01-31
* smc911x: fix typo in smc911x_handle_mac_address nameMike Rapoport2009-12-07
* smc911x: make smc911x_initialize return correct valueMike Rapoport2009-11-12
* Coding Style cleanup; update CHANGELOG, prepare -rc1Wolfgang Denk2009-10-28
* ARM: OMAP3: Refactors the SM911x driverSteve Sakoman2009-10-24
* SMC911X: Add chip auto detectionOlof Johansson2009-10-13
* Convert SMC911X Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-07-22
* Revert "SMC911x driver fixed for NFS boot"Wolfgang Denk2009-06-14
* SMC911x driver fixed for NFS bootManikandan Pillai2009-06-08