/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mmio.h | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2x00mmio.c | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2800soc.c | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2800mmio.c | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2800pci.c | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2500pci.c | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2400pci.c | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt61pci.c | diff 3954b4e30609ffade5eca3c13eab2fd70c76b44e Wed May 17 09:46:56 CDT 2017 Arnd Bergmann <arnd@arndb.de> rt2x00: convert rt2x00mmio_register_read return type
This is a semi-automated conversion to change rt2x00mmio_register_read to return the register contents instead of passing them by value, resulting in much better object code. The majority of the patch was done using:
sed -i 's:\(rt2x00mmio_register_read(.*, .*\), &\(.*\));:\2 = \1);:' \ -i 's:_rt2x00mmio_register_read:rt2x00mmio_register_read:' \ drivers/net/wireless/ralink/rt2x00/*.c
The function itself was modified manually along with the one remaining caller that was not covered automatically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|