Re: [PATCH 12/15] hisi_sas: remove init_id_frame_v2_hw()

2016-09-14 Thread Hannes Reinecke
On 09/06/2016 05:36 PM, John Garry wrote: > Function config_id_frame_v2_hw() is called twice for > each PHY during initialisation, which is unneeded. > > So remove init_id_frame_v2_hw(), which only calls > config_id_frame_v2_hw(). > > We will keep the call to config_id_frame_v2_hw() > in start_ph

[PATCH 12/15] hisi_sas: remove init_id_frame_v2_hw()

2016-09-06 Thread John Garry
Function config_id_frame_v2_hw() is called twice for each PHY during initialisation, which is unneeded. So remove init_id_frame_v2_hw(), which only calls config_id_frame_v2_hw(). We will keep the call to config_id_frame_v2_hw() in start_phy_v2_hw() since it will be used for PHY reset functions.