summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/mv88e6xxx.h
Commit message (Collapse)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: Pass interrupt number in platform dataAndrew Lunn2019-05-041-0/+1
| | | | | | | | | Allow an interrupt number to be passed in the platform data. The driver will then use it if not zero, otherwise it will poll for interrupts. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: dsa: Include platform_data header fileFlorian Fainelli2019-01-171-1/+1
| | | | | | | | | b53 and mv88e6xxx support passing platform_data, and now that we have split the platform_data portion from the main net/dsa.h header file, include only the relevant parts. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: dsa: mv88e6xxx: Add support for EEPROM via platform dataAndrew Lunn2018-05-211-0/+1
| | | | | | | | | Add the size of the EEPROM to the platform data, so it can also be instantiated by a platform device. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: dsa: mv88e6xxx: Add minimal platform_data supportAndrew Lunn2018-05-211-0/+17
Not all the world uses device tree. Some parts of the world still use platform devices and platform data. Add basic support for probing a Marvell switch via platform data. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>