)]}'
{
  "log": [
    {
      "commit": "36bcfe7d74782c07f601edc4831f6b1ef40e9e43",
      "tree": "381a9fdcc936309a7198b608f61e6b9b1e45bf01",
      "parents": [
        "f3240e2811f05f11126b0947ff9bb411b692b2aa"
      ],
      "author": {
        "name": "Giuseppe CAVALLARO",
        "email": "peppe.cavallaro@st.com",
        "time": "Wed Jul 20 00:05:23 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jul 21 15:29:16 2011 -0700"
      },
      "message": "stmmac: unify MAC and PHY configuration parameters (V2)\n\nPrior to this change, most PHY configuration parameters were passed\ninto the STMMAC device as a separate PHY device. As well as being\nunusual, this made it difficult to make changes to the MAC/PHY\nrelationship.\n\nThis patch moves all the PHY parameters into the MAC configuration\nstructure, mainly as a separate structure. This allows us to completely\nignore the MDIO bus attached to a stmmac if desired, and not create\nthe PHY bus. It also allows the stmmac driver to use a different PHY\nfrom the one it is connected to, for example a fixed PHY or bit banging\nPHY.\n\nAlso derive the stmmac/PHY connection type (MII/RMII etc) from the\nmode can be passed into \u003cplatf\u003e_configure_ethernet.\nSTLinux kernel at git://git.stlinux.com/stm/linux-sh4-2.6.32.y.git\nprovides several examples how to use this new infrastructure (that\nactually is easier to maintain and clearer).\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "61b8013a114cb041db2c56f747953cac69637f26",
      "tree": "adc39f580015301e9be3e74bef360de8145512fd",
      "parents": [
        "eb0dc4bb2e22c04964d6e9545e86f629f117108b"
      ],
      "author": {
        "name": "Srinivas Kandagatla",
        "email": "srinivas.kandagatla@st.com",
        "time": "Sun Jul 17 20:54:09 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 18 10:47:24 2011 -0700"
      },
      "message": "stmmac: Allow SOCs to use Store forward mode eventhough tx_coe is 0. (V2)\n\nThis patch adds new field \u0027force_sf_dma_mode\u0027 to plat_stmmacenet_data\nstruct to allow users to specify if they want to use force store forward\neventhough tx_coe is not available in hw.\nwithout this flag stmmac driver will use cut-thru mode not use\nstore-forward mode.\n\nSigned-off-by: Srinivas Kandagatla \u003csrinivas.kandagatla@st.com\u003e\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "57a503c61db077b923e23f36050c02166a4a1db2",
      "tree": "5c34d25218ee315a944120aa8edb8af028791671",
      "parents": [
        "e67f88dd12f610da98ca838822f2c9b4e7c6100e"
      ],
      "author": {
        "name": "Viresh KUMAR",
        "email": "viresh.kumar@st.com",
        "time": "Mon May 02 18:36:45 2011 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue May 03 16:09:40 2011 -0700"
      },
      "message": "net/stmmac: Move \"#include \u003clinux/platform_device.h\u003e\" to linux/stmmac.h\n\nstmmac.h uses struct platform_device and doesn\u0027t include\n\u003clinux/platform_device.h\u003e. Whereas drivers/net/stmmac/stmmac.h includes it, but\ndoesn\u0027t directly use it. And so we get following compilation warning while using\nthis file:\n\twarning: ‘struct platform_device’ declared inside parameter list\n\nThis patch includes \u003clinux/platform_device.h\u003e in linux/stmmac.h and removes it\nfrom drivers/net/stmmac/stmmac.h\n\nSigned-off-by: Viresh Kumar \u003cviresh.kumar@st.com\u003e\nAcked-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "25985edcedea6396277003854657b5f3cb31a628",
      "tree": "f026e810210a2ee7290caeb737c23cb6472b7c38",
      "parents": [
        "6aba74f2791287ec407e0f92487a725a25908067"
      ],
      "author": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Wed Mar 30 22:57:33 2011 -0300"
      },
      "committer": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Thu Mar 31 11:26:23 2011 -0300"
      },
      "message": "Fix common misspellings\n\nFixes generated by \u0027codespell\u0027 and manually reviewed.\n\nSigned-off-by: Lucas De Marchi \u003clucas.demarchi@profusion.mobi\u003e\n"
    },
    {
      "commit": "293bb1c41b728d4aa248fe8a0acd2b9066ff5c34",
      "tree": "18d96fedbebd22b855ad47b1891797f418bf6a79",
      "parents": [
        "9dfeb4d953f914bd3bb56ce60e22ee84687399ce"
      ],
      "author": {
        "name": "Giuseppe CAVALLARO",
        "email": "peppe.cavallaro@st.com",
        "time": "Wed Nov 24 02:38:05 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Nov 24 11:14:24 2010 -0800"
      },
      "message": "stmmac: add init/exit callback in plat_stmmacenet_data struct\n\nThis patch adds in the plat_stmmacenet_data\nthe init and exit callbacks that can be used\nfor invoking specific platform functions.\nFor example, on ST targets, these call the\nPAD manager functions to set PIO lines and\nsyscfg registers.\nThe patch removes the stmmac_claim_resource\nonly used on STM Kernels as well.\n\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "543876c92837a8b208b5c99ec225c1f5a581900e",
      "tree": "7a183a1bc3e8974b994e4bad1861ddd0f33ac7e7",
      "parents": [
        "77555ee7228234257957fd54daa0b69178906320"
      ],
      "author": {
        "name": "Giuseppe Cavallaro",
        "email": "peppe.cavallaro@st.com",
        "time": "Fri Sep 24 21:27:41 2010 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Sep 24 21:27:41 2010 -0700"
      },
      "message": "stmmac: review the wake-up support\n\nIf the PM support is available this is passed\nthrough the platform instead to be hard-coded\nin the core files.\nWoL on Magic Frame can be enabled by using\nthe ethtool support.\n\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ebbb293f8b3021ae2009fcb7cb3b8a52fb5fd06a",
      "tree": "9ee381c887f2bc585c103a34b349d85fd95a2567",
      "parents": [
        "dfb8fb96ae2b5126cd0c08c0ccd7c42e1f46568a"
      ],
      "author": {
        "name": "Giuseppe CAVALLARO",
        "email": "peppe.cavallaro@st.com",
        "time": "Fri Sep 17 03:23:40 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Sep 17 16:12:57 2010 -0700"
      },
      "message": "stmmac: consolidate and tidy-up the COE support\n\nThe first version of the driver had hard-coded the logic\nfor handling the checksum offloading.\nThis was designed according to the chips included in\nthe STM platforms where:\no MAC10/100 supports no COE at all.\no GMAC fully supports RX/TX COE.\n\nThis is not good for other chip configurations where,\nfor example, the mac10/100 supports the tx csum in HW\nor when the GMAC has no IPC.\n\nThanks to Johannes Stezenbach; he provided me a first\ndraft of this patch that only reviewed the IPC for the\nGMAC devices.\n\nThis patch also helps on SPEAr platforms where the\nMAC10/100 can perform the TX csum in HW.\nThanks to Deepak SIKRI for his support on this.\n\nIn the end, GMAC devices for STM platforms have\na bugged Jumbo frame support that needs to have\nthe Tx COE disabled for oversized frames (due to\nlimited buffer sizes). This information is also\npassed through the driver\u0027s platform structure.\n\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@sig21.net\u003e\nSigned-off-by: Deepak SIKRI \u003cdeepak.sikri@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dfb8fb96ae2b5126cd0c08c0ccd7c42e1f46568a",
      "tree": "9727f43bae819ece67c1c9bc26b3cb52e236e5ce",
      "parents": [
        "67c9660831f6b6b76866a0838466c83765ffbbd3"
      ],
      "author": {
        "name": "Giuseppe CAVALLARO",
        "email": "peppe.cavallaro@st.com",
        "time": "Fri Sep 17 03:23:39 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Sep 17 16:12:56 2010 -0700"
      },
      "message": "stmmac: add CSR Clock range selection\n\nThis patch adds the CSR Clock range selection.\n\nOriginal patch from Johannes Stezenbach fixed the CSR\nin the stmmac_mdio. We agreed to provide this through\nthe platform instead of.\nAlso thanks to Johannes for having tested it on ARM.\n\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@sig21.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ad01b7d480a4a135f974afd5c617c417e0b0542f",
      "tree": "bd69865fb4bb323e697d46c8b0365ec1774a9696",
      "parents": [
        "ac75791aa943c7953521cb4fa7728bf51f9abd2d"
      ],
      "author": {
        "name": "Giuseppe CAVALLARO",
        "email": "peppe.cavallaro@st.com",
        "time": "Mon Aug 23 20:40:42 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Aug 25 16:30:51 2010 -0700"
      },
      "message": "stmmac: make ioaddr \u0027void __iomem *\u0027 rather than unsigned long\n\nThis avoids unnecessary casting and adds the ioaddr in the\nprivate structure.\nThis patch also removes many warning when compile the driver.\n\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e326e8503dfc73e4f79d488a78ee3d7cde10081f",
      "tree": "04f0c29dfd48edf2de175eec64b24c7164e88e86",
      "parents": [
        "688911c2f5e5e4f33b5a1c32839184f1fdf814ee"
      ],
      "author": {
        "name": "Giuseppe CAVALLARO",
        "email": "peppe.cavallaro@st.com",
        "time": "Tue Apr 13 20:21:14 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 14 04:49:51 2010 -0700"
      },
      "message": "stmmac: new descriptor field for the driver\u0027s platform\n\nThe new enh_desc is used for selecting the enhanced descriptors\nstructure. There are several scenarios; some chips (mac10/100\nor gmac) want to use the enhanced descriptors; others want the normal\nones.\nFor example, on ST platforms: MAC10/100 uses the normal desc structure\nand the GMAC uses the enhanced one.\nIt can be useful to get this information from the platform.\nThis could also be decided at run-time looking at the chip\u0027s ID number;\nbut it could happen that chips with the same ID want to use different\ndescriptor structure.\n\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3c9732c06879d85f2fdf7ec69198c1d78da42a98",
      "tree": "bbffa4197a0206a95b137f55ce5577d52bd7c9f6",
      "parents": [
        "609634799eba48bb9e80ce56dfd87930f17bf6fa"
      ],
      "author": {
        "name": "Giuseppe CAVALLARO",
        "email": "peppe.cavallaro@st.com",
        "time": "Wed Jan 06 23:07:13 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 07 17:06:06 2010 -0800"
      },
      "message": "stmmac: add the new Header file for stmmac platform data\n\nSigned-off-by: Giuseppe Cavallaro \u003cpeppe.cavallaro@st.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ]
}
