phy.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. /*
  2. * include/linux/phy.h
  3. *
  4. * Framework and drivers for configuring and reading different PHYs
  5. * Based on code in sungem_phy.c and gianfar_phy.c
  6. *
  7. * Author: Andy Fleming
  8. *
  9. * Copyright (c) 2004 Freescale Semiconductor, Inc.
  10. *
  11. * This program is free software; you can redistribute it and/or modify it
  12. * under the terms of the GNU General Public License as published by the
  13. * Free Software Foundation; either version 2 of the License, or (at your
  14. * option) any later version.
  15. *
  16. */
  17. #ifndef __PHY_H
  18. #define __PHY_H
  19. #include <linux/spinlock.h>
  20. #include <linux/device.h>
  21. #include <linux/ethtool.h>
  22. #include <linux/mii.h>
  23. #include <linux/timer.h>
  24. #include <linux/workqueue.h>
  25. #include <linux/mod_devicetable.h>
  26. #include <linux/atomic.h>
  27. #define PHY_BASIC_FEATURES (SUPPORTED_10baseT_Half | \
  28. SUPPORTED_10baseT_Full | \
  29. SUPPORTED_100baseT_Half | \
  30. SUPPORTED_100baseT_Full | \
  31. SUPPORTED_Autoneg | \
  32. SUPPORTED_TP | \
  33. SUPPORTED_MII)
  34. #define PHY_GBIT_FEATURES (PHY_BASIC_FEATURES | \
  35. SUPPORTED_1000baseT_Half | \
  36. SUPPORTED_1000baseT_Full)
  37. /*
  38. * Set phydev->irq to PHY_POLL if interrupts are not supported,
  39. * or not desired for this PHY. Set to PHY_IGNORE_INTERRUPT if
  40. * the attached driver handles the interrupt
  41. */
  42. #define PHY_POLL -1
  43. #define PHY_IGNORE_INTERRUPT -2
  44. #define PHY_HAS_INTERRUPT 0x00000001
  45. #define PHY_HAS_MAGICANEG 0x00000002
  46. /* Interface Mode definitions */
  47. typedef enum {
  48. PHY_INTERFACE_MODE_NA,
  49. PHY_INTERFACE_MODE_MII,
  50. PHY_INTERFACE_MODE_GMII,
  51. PHY_INTERFACE_MODE_SGMII,
  52. PHY_INTERFACE_MODE_TBI,
  53. PHY_INTERFACE_MODE_RMII,
  54. PHY_INTERFACE_MODE_RGMII,
  55. PHY_INTERFACE_MODE_RGMII_ID,
  56. PHY_INTERFACE_MODE_RGMII_RXID,
  57. PHY_INTERFACE_MODE_RGMII_TXID,
  58. PHY_INTERFACE_MODE_RTBI,
  59. PHY_INTERFACE_MODE_SMII,
  60. } phy_interface_t;
  61. #define PHY_INIT_TIMEOUT 100000
  62. #define PHY_STATE_TIME 1
  63. #define PHY_FORCE_TIMEOUT 10
  64. #define PHY_AN_TIMEOUT 10
  65. #define PHY_MAX_ADDR 32
  66. /* Used when trying to connect to a specific phy (mii bus id:phy device id) */
  67. #define PHY_ID_FMT "%s:%02x"
  68. /*
  69. * Need to be a little smaller than phydev->dev.bus_id to leave room
  70. * for the ":%02x"
  71. */
  72. #define MII_BUS_ID_SIZE (20 - 3)
  73. /* Or MII_ADDR_C45 into regnum for read/write on mii_bus to enable the 21 bit
  74. IEEE 802.3ae clause 45 addressing mode used by 10GIGE phy chips. */
  75. #define MII_ADDR_C45 (1<<30)
  76. /*
  77. * The Bus class for PHYs. Devices which provide access to
  78. * PHYs should register using this structure
  79. */
  80. struct mii_bus {
  81. const char *name;
  82. char id[MII_BUS_ID_SIZE];
  83. void *priv;
  84. int (*read)(struct mii_bus *bus, int phy_id, int regnum);
  85. int (*write)(struct mii_bus *bus, int phy_id, int regnum, u16 val);
  86. int (*reset)(struct mii_bus *bus);
  87. /*
  88. * A lock to ensure that only one thing can read/write
  89. * the MDIO bus at a time
  90. */
  91. struct mutex mdio_lock;
  92. struct device *parent;
  93. enum {
  94. MDIOBUS_ALLOCATED = 1,
  95. MDIOBUS_REGISTERED,
  96. MDIOBUS_UNREGISTERED,
  97. MDIOBUS_RELEASED,
  98. } state;
  99. struct device dev;
  100. /* list of all PHYs on bus */
  101. struct phy_device *phy_map[PHY_MAX_ADDR];
  102. /* PHY addresses to be ignored when probing */
  103. u32 phy_mask;
  104. /*
  105. * Pointer to an array of interrupts, each PHY's
  106. * interrupt at the index matching its address
  107. */
  108. int *irq;
  109. };
  110. #define to_mii_bus(d) container_of(d, struct mii_bus, dev)
  111. struct mii_bus *mdiobus_alloc_size(size_t);
  112. static inline struct mii_bus *mdiobus_alloc(void)
  113. {
  114. return mdiobus_alloc_size(0);
  115. }
  116. int mdiobus_register(struct mii_bus *bus);
  117. void mdiobus_unregister(struct mii_bus *bus);
  118. void mdiobus_free(struct mii_bus *bus);
  119. struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr);
  120. int mdiobus_read(struct mii_bus *bus, int addr, u32 regnum);
  121. int mdiobus_write(struct mii_bus *bus, int addr, u32 regnum, u16 val);
  122. #define PHY_INTERRUPT_DISABLED 0x0
  123. #define PHY_INTERRUPT_ENABLED 0x80000000
  124. /* PHY state machine states:
  125. *
  126. * DOWN: PHY device and driver are not ready for anything. probe
  127. * should be called if and only if the PHY is in this state,
  128. * given that the PHY device exists.
  129. * - PHY driver probe function will, depending on the PHY, set
  130. * the state to STARTING or READY
  131. *
  132. * STARTING: PHY device is coming up, and the ethernet driver is
  133. * not ready. PHY drivers may set this in the probe function.
  134. * If they do, they are responsible for making sure the state is
  135. * eventually set to indicate whether the PHY is UP or READY,
  136. * depending on the state when the PHY is done starting up.
  137. * - PHY driver will set the state to READY
  138. * - start will set the state to PENDING
  139. *
  140. * READY: PHY is ready to send and receive packets, but the
  141. * controller is not. By default, PHYs which do not implement
  142. * probe will be set to this state by phy_probe(). If the PHY
  143. * driver knows the PHY is ready, and the PHY state is STARTING,
  144. * then it sets this STATE.
  145. * - start will set the state to UP
  146. *
  147. * PENDING: PHY device is coming up, but the ethernet driver is
  148. * ready. phy_start will set this state if the PHY state is
  149. * STARTING.
  150. * - PHY driver will set the state to UP when the PHY is ready
  151. *
  152. * UP: The PHY and attached device are ready to do work.
  153. * Interrupts should be started here.
  154. * - timer moves to AN
  155. *
  156. * AN: The PHY is currently negotiating the link state. Link is
  157. * therefore down for now. phy_timer will set this state when it
  158. * detects the state is UP. config_aneg will set this state
  159. * whenever called with phydev->autoneg set to AUTONEG_ENABLE.
  160. * - If autonegotiation finishes, but there's no link, it sets
  161. * the state to NOLINK.
  162. * - If aneg finishes with link, it sets the state to RUNNING,
  163. * and calls adjust_link
  164. * - If autonegotiation did not finish after an arbitrary amount
  165. * of time, autonegotiation should be tried again if the PHY
  166. * supports "magic" autonegotiation (back to AN)
  167. * - If it didn't finish, and no magic_aneg, move to FORCING.
  168. *
  169. * NOLINK: PHY is up, but not currently plugged in.
  170. * - If the timer notes that the link comes back, we move to RUNNING
  171. * - config_aneg moves to AN
  172. * - phy_stop moves to HALTED
  173. *
  174. * FORCING: PHY is being configured with forced settings
  175. * - if link is up, move to RUNNING
  176. * - If link is down, we drop to the next highest setting, and
  177. * retry (FORCING) after a timeout
  178. * - phy_stop moves to HALTED
  179. *
  180. * RUNNING: PHY is currently up, running, and possibly sending
  181. * and/or receiving packets
  182. * - timer will set CHANGELINK if we're polling (this ensures the
  183. * link state is polled every other cycle of this state machine,
  184. * which makes it every other second)
  185. * - irq will set CHANGELINK
  186. * - config_aneg will set AN
  187. * - phy_stop moves to HALTED
  188. *
  189. * CHANGELINK: PHY experienced a change in link state
  190. * - timer moves to RUNNING if link
  191. * - timer moves to NOLINK if the link is down
  192. * - phy_stop moves to HALTED
  193. *
  194. * HALTED: PHY is up, but no polling or interrupts are done. Or
  195. * PHY is in an error state.
  196. *
  197. * - phy_start moves to RESUMING
  198. *
  199. * RESUMING: PHY was halted, but now wants to run again.
  200. * - If we are forcing, or aneg is done, timer moves to RUNNING
  201. * - If aneg is not done, timer moves to AN
  202. * - phy_stop moves to HALTED
  203. */
  204. enum phy_state {
  205. PHY_DOWN=0,
  206. PHY_STARTING,
  207. PHY_READY,
  208. PHY_PENDING,
  209. PHY_UP,
  210. PHY_AN,
  211. PHY_RUNNING,
  212. PHY_NOLINK,
  213. PHY_FORCING,
  214. PHY_CHANGELINK,
  215. PHY_HALTED,
  216. PHY_RESUMING
  217. };
  218. struct sk_buff;
  219. /* phy_device: An instance of a PHY
  220. *
  221. * drv: Pointer to the driver for this PHY instance
  222. * bus: Pointer to the bus this PHY is on
  223. * dev: driver model device structure for this PHY
  224. * phy_id: UID for this device found during discovery
  225. * state: state of the PHY for management purposes
  226. * dev_flags: Device-specific flags used by the PHY driver.
  227. * addr: Bus address of PHY
  228. * link_timeout: The number of timer firings to wait before the
  229. * giving up on the current attempt at acquiring a link
  230. * irq: IRQ number of the PHY's interrupt (-1 if none)
  231. * phy_timer: The timer for handling the state machine
  232. * phy_queue: A work_queue for the interrupt
  233. * attached_dev: The attached enet driver's device instance ptr
  234. * adjust_link: Callback for the enet controller to respond to
  235. * changes in the link state.
  236. * adjust_state: Callback for the enet driver to respond to
  237. * changes in the state machine.
  238. *
  239. * speed, duplex, pause, supported, advertising, and
  240. * autoneg are used like in mii_if_info
  241. *
  242. * interrupts currently only supports enabled or disabled,
  243. * but could be changed in the future to support enabling
  244. * and disabling specific interrupts
  245. *
  246. * Contains some infrastructure for polling and interrupt
  247. * handling, as well as handling shifts in PHY hardware state
  248. */
  249. struct phy_device {
  250. /* Information about the PHY type */
  251. /* And management functions */
  252. struct phy_driver *drv;
  253. struct mii_bus *bus;
  254. struct device dev;
  255. u32 phy_id;
  256. enum phy_state state;
  257. u32 dev_flags;
  258. phy_interface_t interface;
  259. /* Bus address of the PHY (0-31) */
  260. int addr;
  261. /*
  262. * forced speed & duplex (no autoneg)
  263. * partner speed & duplex & pause (autoneg)
  264. */
  265. int speed;
  266. int duplex;
  267. int pause;
  268. int asym_pause;
  269. /* The most recently read link state */
  270. int link;
  271. /* Enabled Interrupts */
  272. u32 interrupts;
  273. /* Union of PHY and Attached devices' supported modes */
  274. /* See mii.h for more info */
  275. u32 supported;
  276. u32 advertising;
  277. int autoneg;
  278. int link_timeout;
  279. /*
  280. * Interrupt number for this PHY
  281. * -1 means no interrupt
  282. */
  283. int irq;
  284. /* private data pointer */
  285. /* For use by PHYs to maintain extra state */
  286. void *priv;
  287. /* Interrupt and Polling infrastructure */
  288. struct work_struct phy_queue;
  289. struct delayed_work state_queue;
  290. atomic_t irq_disable;
  291. struct mutex lock;
  292. struct net_device *attached_dev;
  293. void (*adjust_link)(struct net_device *dev);
  294. void (*adjust_state)(struct net_device *dev);
  295. };
  296. #define to_phy_device(d) container_of(d, struct phy_device, dev)
  297. /* struct phy_driver: Driver structure for a particular PHY type
  298. *
  299. * phy_id: The result of reading the UID registers of this PHY
  300. * type, and ANDing them with the phy_id_mask. This driver
  301. * only works for PHYs with IDs which match this field
  302. * name: The friendly name of this PHY type
  303. * phy_id_mask: Defines the important bits of the phy_id
  304. * features: A list of features (speed, duplex, etc) supported
  305. * by this PHY
  306. * flags: A bitfield defining certain other features this PHY
  307. * supports (like interrupts)
  308. *
  309. * The drivers must implement config_aneg and read_status. All
  310. * other functions are optional. Note that none of these
  311. * functions should be called from interrupt time. The goal is
  312. * for the bus read/write functions to be able to block when the
  313. * bus transaction is happening, and be freed up by an interrupt
  314. * (The MPC85xx has this ability, though it is not currently
  315. * supported in the driver).
  316. */
  317. struct phy_driver {
  318. u32 phy_id;
  319. char *name;
  320. unsigned int phy_id_mask;
  321. u32 features;
  322. u32 flags;
  323. /*
  324. * Called to initialize the PHY,
  325. * including after a reset
  326. */
  327. int (*config_init)(struct phy_device *phydev);
  328. /*
  329. * Called during discovery. Used to set
  330. * up device-specific structures, if any
  331. */
  332. int (*probe)(struct phy_device *phydev);
  333. /* PHY Power Management */
  334. int (*suspend)(struct phy_device *phydev);
  335. int (*resume)(struct phy_device *phydev);
  336. /*
  337. * Configures the advertisement and resets
  338. * autonegotiation if phydev->autoneg is on,
  339. * forces the speed to the current settings in phydev
  340. * if phydev->autoneg is off
  341. */
  342. int (*config_aneg)(struct phy_device *phydev);
  343. /* Determines the negotiated speed and duplex */
  344. int (*read_status)(struct phy_device *phydev);
  345. /* Clears any pending interrupts */
  346. int (*ack_interrupt)(struct phy_device *phydev);
  347. /* Enables or disables interrupts */
  348. int (*config_intr)(struct phy_device *phydev);
  349. /*
  350. * Checks if the PHY generated an interrupt.
  351. * For multi-PHY devices with shared PHY interrupt pin
  352. */
  353. int (*did_interrupt)(struct phy_device *phydev);
  354. /* Clears up any memory if needed */
  355. void (*remove)(struct phy_device *phydev);
  356. /* Handles SIOCSHWTSTAMP ioctl for hardware time stamping. */
  357. int (*hwtstamp)(struct phy_device *phydev, struct ifreq *ifr);
  358. /*
  359. * Requests a Rx timestamp for 'skb'. If the skb is accepted,
  360. * the phy driver promises to deliver it using netif_rx() as
  361. * soon as a timestamp becomes available. One of the
  362. * PTP_CLASS_ values is passed in 'type'. The function must
  363. * return true if the skb is accepted for delivery.
  364. */
  365. bool (*rxtstamp)(struct phy_device *dev, struct sk_buff *skb, int type);
  366. /*
  367. * Requests a Tx timestamp for 'skb'. The phy driver promises
  368. * to deliver it using skb_complete_tx_timestamp() as soon as a
  369. * timestamp becomes available. One of the PTP_CLASS_ values
  370. * is passed in 'type'.
  371. */
  372. void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type);
  373. struct device_driver driver;
  374. };
  375. #define to_phy_driver(d) container_of(d, struct phy_driver, driver)
  376. #define PHY_ANY_ID "MATCH ANY PHY"
  377. #define PHY_ANY_UID 0xffffffff
  378. /* A Structure for boards to register fixups with the PHY Lib */
  379. struct phy_fixup {
  380. struct list_head list;
  381. char bus_id[20];
  382. u32 phy_uid;
  383. u32 phy_uid_mask;
  384. int (*run)(struct phy_device *phydev);
  385. };
  386. /**
  387. * phy_read - Convenience function for reading a given PHY register
  388. * @phydev: the phy_device struct
  389. * @regnum: register number to read
  390. *
  391. * NOTE: MUST NOT be called from interrupt context,
  392. * because the bus read/write functions may wait for an interrupt
  393. * to conclude the operation.
  394. */
  395. static inline int phy_read(struct phy_device *phydev, u32 regnum)
  396. {
  397. return mdiobus_read(phydev->bus, phydev->addr, regnum);
  398. }
  399. /**
  400. * phy_write - Convenience function for writing a given PHY register
  401. * @phydev: the phy_device struct
  402. * @regnum: register number to write
  403. * @val: value to write to @regnum
  404. *
  405. * NOTE: MUST NOT be called from interrupt context,
  406. * because the bus read/write functions may wait for an interrupt
  407. * to conclude the operation.
  408. */
  409. static inline int phy_write(struct phy_device *phydev, u32 regnum, u16 val)
  410. {
  411. return mdiobus_write(phydev->bus, phydev->addr, regnum, val);
  412. }
  413. int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id);
  414. struct phy_device* get_phy_device(struct mii_bus *bus, int addr);
  415. int phy_device_register(struct phy_device *phy);
  416. int phy_init_hw(struct phy_device *phydev);
  417. struct phy_device * phy_attach(struct net_device *dev,
  418. const char *bus_id, u32 flags, phy_interface_t interface);
  419. struct phy_device *phy_find_first(struct mii_bus *bus);
  420. int phy_connect_direct(struct net_device *dev, struct phy_device *phydev,
  421. void (*handler)(struct net_device *), u32 flags,
  422. phy_interface_t interface);
  423. struct phy_device * phy_connect(struct net_device *dev, const char *bus_id,
  424. void (*handler)(struct net_device *), u32 flags,
  425. phy_interface_t interface);
  426. void phy_disconnect(struct phy_device *phydev);
  427. void phy_detach(struct phy_device *phydev);
  428. void phy_start(struct phy_device *phydev);
  429. void phy_stop(struct phy_device *phydev);
  430. int phy_start_aneg(struct phy_device *phydev);
  431. int phy_stop_interrupts(struct phy_device *phydev);
  432. static inline int phy_read_status(struct phy_device *phydev) {
  433. return phydev->drv->read_status(phydev);
  434. }
  435. int genphy_restart_aneg(struct phy_device *phydev);
  436. int genphy_config_aneg(struct phy_device *phydev);
  437. int genphy_update_link(struct phy_device *phydev);
  438. int genphy_read_status(struct phy_device *phydev);
  439. int genphy_suspend(struct phy_device *phydev);
  440. int genphy_resume(struct phy_device *phydev);
  441. void phy_driver_unregister(struct phy_driver *drv);
  442. int phy_driver_register(struct phy_driver *new_driver);
  443. void phy_state_machine(struct work_struct *work);
  444. void phy_start_machine(struct phy_device *phydev,
  445. void (*handler)(struct net_device *));
  446. void phy_stop_machine(struct phy_device *phydev);
  447. int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
  448. int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd);
  449. int phy_mii_ioctl(struct phy_device *phydev,
  450. struct ifreq *ifr, int cmd);
  451. int phy_start_interrupts(struct phy_device *phydev);
  452. void phy_print_status(struct phy_device *phydev);
  453. void phy_device_free(struct phy_device *phydev);
  454. int phy_register_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask,
  455. int (*run)(struct phy_device *));
  456. int phy_register_fixup_for_id(const char *bus_id,
  457. int (*run)(struct phy_device *));
  458. int phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask,
  459. int (*run)(struct phy_device *));
  460. int phy_scan_fixups(struct phy_device *phydev);
  461. int __init mdio_bus_init(void);
  462. void mdio_bus_exit(void);
  463. extern struct bus_type mdio_bus_type;
  464. #endif /* __PHY_H */