<miaoqing@xxxxxxxxxxxxxx> writes: > From: Miaoqing Pan <miaoqing@xxxxxxxxxxxxxx> > > commit 61b559dea40e ("ath9k: add extra GPIO led support") > added ath9k to support access SOC's GPIOs, but implemented > in a separated API: ath9k_hw_request_gpio(). > > So this patch make the APIs more common, to support both > of WMAC and SOC GPIOs. The new APIs as below, > > void ath9k_hw_gpio_request_in(); > void ath9k_hw_gpio_request_out(); > void ath9k_hw_gpio_free(); > > NOTE, the BSP of the SOC chips(AR9340, AR9531, AR9550, AR9561) > should set the corresponding MUX registers correctly. > > Signed-off-by: Miaoqing Pan <miaoqing@xxxxxxxxxxxxxx> > > Notes: > v2: fix build warning > --- The changelog needs to be after "---" line, or even better if it's in the cover letter. -- Kalle Valo-- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html