Commits
Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-next
Showing diff to354312f16e4
- Mark Brown committed 0f38af451fcMMerge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/topic/au1550...
- Axel Lin committed 78e39523b8cspi: Remove explictly set bus_num and num_chipselect to default setting The purpose of...
- Axel Lin committed 354312f16e4spi: Remove duplicate code to check chip_select In spi_add_device(), we have the code ...
- Axel Lin committed 6f50c6bc61dspi: clps711x: Convert to use master->max_speed_hz Set highest transfer speed to maste...
- Axel Lin committed 8023d384ff5spi: coldfire-qspi: Simplify the code to set register bits for transfer speed spi core...
- Axel Lin committed aa0fe82629fspi: Use reinit_completion at appropriate places Calling init_completion() once is eno...
- Axel Lin committed b53b34f042fspi: davinci: Use of_match_ptr at appropriate place It's pointless to use of_match_ptr...