Home
last modified time | relevance | path

Searched hist:"8513 fbd880093f00a47e85a552f14ca2de8d84d6" (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dtah.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dzmii.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Drgmii.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dmal.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dmii-fec.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dfs_enet-main.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dsunhme.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dniu.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dxgmac_mdio.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dfec_mpc52xx.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Ducc_geth.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dgianfar.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/amd/
H A Dsunlance.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dxilinx_axienet_main.cdiff 8513fbd880093f00a47e85a552f14ca2de8d84d6 Wed May 22 19:52:31 CDT 2013 Jingoo Han <jg1.han@samsung.com> net: ethernet: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>